Loading Tool

Explorer IconExplorer

Memory Pool

37,157 transactions
28.05 vMB
0.06513529 BTC
Random Selection Loading Transactions
Max Size: 141.79/200 MB

Candidate Block

Mining Attempt 34a33854b6cd13992135245813d0316fd6e3789eb1afd3b94d8021c0bd8670d7
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 8f1373361fe5b0939acf62d0aabbd721cfbb0f767b0aa5074a912337a359895c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,221
Size: 1.00 vMB
Total Fees: 0.01141927 BTC
Feerates: 150.61 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (233,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,865 680,865 0000000000000000000a137dff9a41c320b79509e0d221d6f531bf08c2fcc854 2,513 1.00/1.00 vMB 112
680,864 680,864 0000000000000000000819de145dd6dc9f5109c6ad99fd0edf16d14357c351ec 3,085 1.00/1.00 vMB 159
680,863 680,863 000000000000000000044c58c8cd7c81a2649014cca17c86d730ad5d3caaeda6 2,866 1.00/1.00 vMB 202
680,862 680,862 0000000000000000000260e97bbef1b66f2c1dae38ea92b0b965fa760c8df6bc 2,758 1.00/1.00 vMB 196
680,861 680,861 000000000000000000092a0e7c12809f2c38e3d5d746bb53158d3f1169240ae9 1,851 1.00/1.00 vMB 110
680,860 680,860 00000000000000000004e9ad8f4eed8b5d4f484cb94501fd8e0766715cfef9a1 1,039 1.00/1.00 vMB 173
680,859 680,859 0000000000000000000978e8223db2712f454fc23f26dbcacc9bad1a660bfc36 1,875 1.00/1.00 vMB 75
680,858 680,858 0000000000000000000492c120dd02d3e329bd82c93c1a96dad56d33b8f34992 2,480 1.00/1.00 vMB 65
680,857 680,857 000000000000000000072dbb025febb572581e2bcb36ec1da694cb1d2004fe59 1,804 1.00/1.00 vMB 64
680,856 680,856 00000000000000000007c2134e3afc91972bfa52175eca0e44152e68959dafd5 2,477 1.00/1.00 vMB 53
680,855 680,855 00000000000000000007a0db2ca6bf6148dc6e9ca6b67b851a478e018237acba 2,883 1.00/1.00 vMB 166
680,854 680,854 0000000000000000000aa8bfbd965a1576488bc942517e912ff18abe181c7199 2,572 1.00/1.00 vMB 104
680,853 680,853 000000000000000000039246a7e5d8d4061e8fb92e2bc23d52a7194937b0c103 2,279 1.00/1.00 vMB 156
680,852 680,852 00000000000000000001caee4622c77d86d2856b06c813062fae804b0984e2e0 2,510 1.00/1.00 vMB 197
680,851 680,851 00000000000000000005d23009e1ffc429c25f2e34a02a31958fb9e86d9b618e 2,588 1.00/1.00 vMB 143
680,850 680,850 0000000000000000000a4d75510bfabfee744f784d565f618513e170c36003da 2,366 1.00/1.00 vMB 37
680,849 680,849 00000000000000000001e494310bb762dbb29f5683f59f7853c7ee5daf378300 2,714 1.00/1.00 vMB 126
680,848 680,848 00000000000000000009753017e940030324f7dae4c0f9b117331e110f0ba4a7 1,751 1.00/1.00 vMB 114
680,847 680,847 0000000000000000000ab689f1647e32d7f024915e933668ce2bb290b78ee824 1,453 1.00/1.00 vMB 162
680,846 680,846 00000000000000000004126a8c36547e5e1984fdb79ead280e88bd70a5aed149 697 1.00/1.00 vMB 180
680,845 680,845 00000000000000000000a16f10ee582d033cb63b82652750679093e814ac92de 2,176 1.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 781.68 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: 628.34 GB
    • Received: 11.79 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.