Loading Tool

Explorer IconExplorer

Memory Pool

29,864 transactions
25.14 vMB
0.09766136 BTC
Random Selection Loading Transactions
Max Size: 124.02/200 MB

Candidate Block

Mining Attempt 773674237143c41a5933e50803fbb90e67e7f53a9563f9e433b2726aca592ebd
Version 20000000
Previous Block 00000000000000000000dcb070bc6266a4054f0a2d2c2205b52bba93e66b77a9
Merkle Root b071b6ab0f6722fe2399e7010c9b02b93e4b9d634f7cf12d89f5c0f392f67646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,469
Size: 1.00 vMB
Total Fees: 0.05210889 BTC
Feerates: 502.67 > 5.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,220 (80 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,140 914,140 0000000000000000000162d3cb1daec9740edf69c0f2a1ebd67ac4e319874209 420 0.10/1.00 vMB 2
914,139 914,139 0000000000000000000192aa2e9f0066dbf7d99b2abae1bb6fe296556d74f9be 5,674 1.00/1.00 vMB 1
914,138 914,138 00000000000000000000cd7038afe46d08039cb5cebf8fc1066274bb27e38ecc 5,296 1.00/1.00 vMB 1
914,137 914,137 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7 5,577 1.00/1.00 vMB 1
914,136 914,136 000000000000000000011ba1298aaa8b40b990edf5611745cb5fd869c4fb3bae 6,782 1.00/1.00 vMB 0
914,135 914,135 000000000000000000016756607d9788b143acb76e10848fa144888b39ec5779 5,426 1.00/1.00 vMB 0
914,134 914,134 000000000000000000015006f78d6da5ccc5a910d7dab6028b11b9bfcaf915a7 6,185 1.00/1.00 vMB 0
914,133 914,133 0000000000000000000156ea4fc325a23c8ae66a1490493d0ae640e67e78dbc8 4,995 1.00/1.00 vMB 1
914,132 914,132 000000000000000000019ffb32b971e2066879778591327aec7684a3c8f106e8 2,970 1.00/1.00 vMB 2
914,131 914,131 00000000000000000000bf4cc40b24bf638cc4b6f86989de579174eb3afe6bef 4,712 1.00/1.00 vMB 1
914,130 914,130 0000000000000000000096b1ade1f1f4e194d09faa659d256ec665bc712b1939 5,893 1.00/1.00 vMB 1
914,129 914,129 000000000000000000000913b586ff4b98280e4d2f8ef7b82d501c3bf4364bd5 4,053 1.00/1.00 vMB 2
914,128 914,128 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51 5,459 1.00/1.00 vMB 1
914,127 914,127 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac 4,776 1.00/1.00 vMB 2
914,126 914,126 000000000000000000010259d1b7e7f344e1aced384b665c9ceed02becdc2702 5,433 0.91/1.00 vMB 0
914,125 914,125 0000000000000000000163e117c0b83cf70bc4bba27e69cdecdfce0e28a4fa69 3,088 1.00/1.00 vMB 2
914,124 914,124 00000000000000000000e4ada073251b6117a59c81e39c4eb6236cd4f0a55146 3,520 1.00/1.00 vMB 8
914,123 914,123 00000000000000000001952a16ada1fd2b213bfbd75786c31962a81a5876bdae 4,376 1.00/1.00 vMB 4
914,122 914,122 000000000000000000002af0ed36a6537865c0800143839d02ce5af78de6c4e2 4,456 1.00/1.00 vMB 1
914,121 914,121 000000000000000000001f879c7163c5403a20b51b6f55b84f8d204f2dcb2e11 880 0.27/1.00 vMB 2
914,120 914,120 000000000000000000009e0789b8fe4bf21a125bf4a3f32b940265696d08a0af 299 0.12/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.98 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: 574.90 GB
    • Received: 8.22 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.