Loading Tool

Explorer IconExplorer

Memory Pool

43,792 transactions
27.14 vMB
0.06321666 BTC
Random Selection Loading Transactions
Max Size: 143.13/200 MB

Candidate Block

Mining Attempt c3a8a9f32edbc7b3030cb9465016d0cda660a5896ae575654b85dfb27d7e7a6b
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root adeecc84992b687a41b19d658102f0969239eaca39095a9d915388da195ed137
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,611
Size: 1.00 vMB
Total Fees: 0.01266061 BTC
Feerates: 502.65 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (290,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,870 624,870 0000000000000000000e94c5d20c43ed2f9834c83ec538b4c3ba7a6b8b483bf1 2,011 1.00/1.00 vMB 11
624,869 624,869 0000000000000000000178c69441f29fa0b14b1ebd10f000c81ba377cebf77fe 358 1.00/1.00 vMB 2
624,868 624,868 000000000000000000097a2e258ea67490c84bff56e848bc2ba5b3899e691891 1,623 1.00/1.00 vMB 6
624,867 624,867 0000000000000000000f60b0110ab9dcf8f0696be7df37d982903289d22763a9 2,567 1.00/1.00 vMB 19
624,866 624,866 000000000000000000027c49eebc87d9aa31ed8def3c4ba52f1c09609fefccab 2,234 1.00/1.00 vMB 5
624,865 624,865 00000000000000000005d973a91466a3387eab4b8c6249da59412a7f7db2bee9 2,760 1.00/1.00 vMB 8
624,864 624,864 000000000000000000002f6373e2216884b4ee518c1ef2f5863342b2c9d51b32 2,865 1.00/1.00 vMB 31
624,863 624,863 00000000000000000010a5c01efc40ff8c985940dc70a60889270a0988d27588 2,157 1.00/1.00 vMB 10
624,862 624,862 000000000000000000118f9e40425f423afd55326c9c32b5ba63a44cac06b093 2,117 1.00/1.00 vMB 25
624,861 624,861 00000000000000000000c314eeabbf0e9311bde48c62c19f2d110cafbec4d8f0 2,511 1.00/1.00 vMB 14
624,860 624,860 00000000000000000000553436dbe7f5fc177e26cbac6279b1cfa3bb9988ac8e 2,201 1.00/1.00 vMB 11
624,859 624,859 0000000000000000000950d54a3b808c7b210d27654bb50ef8585dac15f84c23 2,694 1.00/1.00 vMB 23
624,858 624,858 000000000000000000046bc945a58ab5538cfabe067189dff9b0c292e4b83463 2,971 1.00/1.00 vMB 22
624,857 624,857 0000000000000000000cb02b9b4be31eaf46b6320324cb038ad02fc5f723c99f 2,944 1.00/1.00 vMB 28
624,856 624,856 000000000000000000044757941edd6f37e85c956b798b59cd55362523cab93c 2,428 1.00/1.00 vMB 43
624,855 624,855 00000000000000000012e57c2d8b716c90841e65966ef5e2b6fb0149265c4a2a 2,135 1.00/1.00 vMB 15
624,854 624,854 000000000000000000031b6678ab83340e91aa30590539b1fa545d42eb3d7c8d 2,312 1.00/1.00 vMB 17
624,853 624,853 00000000000000000004a7794e211727a365e76178b4cd29b37a0a3a4de9e1da 1,811 1.00/1.00 vMB 18
624,852 624,852 000000000000000000027edd9eea3d3f2828ae672d7df43c64d9bfc4b623d022 2,243 1.00/1.00 vMB 14
624,851 624,851 00000000000000000004c72b1ea28ee3acfe9872ac1793d8736f723b4bc146d2 2,550 1.00/1.00 vMB 17
624,850 624,850 0000000000000000000e76382c1b0659a84ef919749fa6569b2a7b43b138df14 2,877 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.28 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.