Loading Tool

Explorer IconExplorer

Memory Pool

79,321 transactions
30.74 vMB
0.10805408 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt e0efebea08016819fabeb52a7305eaadaa60921230a775fc866f6bb7fa823444
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 94002deff9ee3269b9ce7be03d4f8321a99db59a5f0af7eb857af9a1911b2696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,841
Size: 1.00 vMB
Total Fees: 0.03444789 BTC
Feerates: 201.36 > 3.45 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (414,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,745 500,745 00000000000000000032dab8b054f2edf3323df7d19b58088ad27c2cc594e742 2,340 1.00/1.00 vMB 1,182
500,744 500,744 000000000000000000168866bbcce4a0fc4fb8b0c5a50a29f3494e6da286a0a6 2,713 1.00/1.00 vMB 886
500,743 500,743 0000000000000000002bd0584fb966392ce7c9020be5cca506249886172db4a6 2,404 1.00/1.00 vMB 1,101
500,742 500,742 0000000000000000008aab52d67c30b157b508e4455fde46aac92a36a1765c63 1,778 1.00/1.00 vMB 536
500,741 500,741 000000000000000000248e69a0b4e483294261a5476dd65a301019fee56de1bf 2,767 1.00/1.00 vMB 959
500,740 500,740 0000000000000000000a57ac1d05009a352713c3b3ba5b9cc02333eede42ea1e 2,556 1.00/1.00 vMB 1,061
500,739 500,739 0000000000000000001dd51c4f93385303a2d742c469673895bb2b9b566609c4 2,856 1.00/1.00 vMB 1,056
500,738 500,738 0000000000000000008cb4de92f71cff82f6ce360dd161d420e49c0beb2dadd9 1,530 1.00/1.00 vMB 344
500,737 500,737 0000000000000000006570bfca9eadc46ebc631c199a701ad67a693fc5e4239f 2,763 1.00/1.00 vMB 839
500,736 500,736 0000000000000000002670fe7904ef3acbfa3f6a3278d595f5cb9abf99ddc92a 2,546 1.00/1.00 vMB 351
500,735 500,735 00000000000000000051f3a7fabf5c19485fc30491f856d053a43cfafba7667d 2,754 1.00/1.00 vMB 574
500,734 500,734 000000000000000000319bbfae7cd306dcec21ee10c0896d4fbb3062336b17af 2,691 1.00/1.00 vMB 773
500,733 500,733 0000000000000000005ae1481aba4c90914ea1fe0688a083fe9f940dcf75c182 2,228 1.00/1.00 vMB 299
500,732 500,732 0000000000000000008e77534d8f7fad5da06086268b60a88b564a34cee2ed90 3,099 1.00/1.00 vMB 769
500,731 500,731 0000000000000000005fe3f2c500fca325d06201df1e52952cb284fa252fcd18 2,938 1.00/1.00 vMB 995
500,730 500,730 0000000000000000002cca2eae31681bfaa28f5963b4dfe59a10104e18561351 2,973 1.00/1.00 vMB 953
500,729 500,729 000000000000000000508f24127488a00f7f2f741cd11be50ea1753fb35e13d4 2,651 1.00/1.00 vMB 820
500,728 500,728 0000000000000000002b7f927336149f247a8096005fa6fcdbde06ab2bb2e690 2,673 1.00/1.00 vMB 895
500,727 500,727 0000000000000000007d1ab6476855a96edf4af7d2c24f45aa0617fb53623e1a 2,187 1.00/1.00 vMB 650
500,726 500,726 0000000000000000008a25fab4027c84c7683f6dfd1a22bb7d00a5729002bd5f 2,114 1.00/1.00 vMB 407
500,725 500,725 0000000000000000008e3dff56e95d4b9f954d64674e935e06505e86e02134e8 1,933 1.00/1.00 vMB 404
Previous 10 blocks ↓
Total Size: 782.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.33 GB
    • Received: 15.48 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.