Loading Tool

Explorer IconExplorer

Memory Pool

82,756 transactions
30.38 vMB
0.14659025 BTC
Random Selection Loading Transactions
Max Size: 184.00/200 MB

Candidate Block

Mining Attempt 120da28cb8147873958f659ce37c40e7de610571c9a275b471dff5924886a091
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 19025aeb0d1125e6cd2c85a870fa8cbf0e178a3c141d0518d3e8028de58bfeab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.06643381 BTC
Feerates: 150.61 > 6.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (380,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,357 534,357 00000000000000000020343e49476a01ac33f44a2e74b0d0d60d50da08c06cf7 2,477 1.00/1.00 vMB 20
534,356 534,356 0000000000000000000c12f1e0dfbb9b980413f555327ab2bddd7e7004eb53ed 2,572 1.00/1.00 vMB 35
534,355 534,355 0000000000000000002b0fde26eacbec39a9d42be29273a6b883bf4c07a96776 1,096 0.45/1.00 vMB 35
534,354 534,354 00000000000000000009f10ce2fe97dbbe7e053dc47a5efac8178f28885e9b2a 97 0.05/1.00 vMB 24
534,353 534,353 0000000000000000002e9feed8c2384cf08dc570946c0333b1e94616c1ff2912 486 0.21/1.00 vMB 18
534,352 534,352 0000000000000000001b4d9bc6eb6ce50327ce396a6de5d83e4718c4ffde923c 2,657 1.00/1.00 vMB 27
534,351 534,351 0000000000000000001bbf7014d4fb7d6a8e928399bbfb9bc9ee89be903be5c3 460 0.18/1.00 vMB 15
534,350 534,350 0000000000000000000f04cc74b7cf859c63ab4cc8d7d6896fe4846bb3cf4fb2 182 0.14/1.00 vMB 3
534,349 534,349 000000000000000000268fe5ff4be1f04963dc5ec694a1ed035c2475c9ee6846 1,771 1.00/1.00 vMB 20
534,348 534,348 000000000000000000013cb43126cc19b031cc8c4f006b503da0e9f304bfd3d8 1,310 0.71/1.00 vMB 8
534,347 534,347 00000000000000000001051e81cde2d8dc113372b9bf928b21cf38e534ae620b 2,494 1.00/1.00 vMB 35
534,346 534,346 000000000000000000051a9c5a9c7066d461d58e55a4d5dfcab11adbef3e7055 835 0.31/1.00 vMB 18
534,345 534,345 0000000000000000002ccfe66958e53653982897bd5a664a1835480f6f239b42 2,056 0.78/1.00 vMB 5
534,344 534,344 00000000000000000024a958d8e41d4f38ac3dd93519ff4e267ad09e591431c2 1,203 1.00/1.00 vMB 79
534,343 534,343 0000000000000000000ae0591fcc98182fc9b51d0190dd2adcdd8f06d849fa09 2,308 1.00/1.00 vMB 13
534,342 534,342 0000000000000000002b071e0de0d4b85842d453e6e923dfe64716591fb48132 2,680 1.00/1.00 vMB 60
534,341 534,341 000000000000000000053302b63667f4d91478dec8a74206598300260a64fbb5 457 0.15/1.00 vMB 35
534,340 534,340 0000000000000000000485fcd06a234e7fbd13ac86075d2c703a075709e66de3 1,686 0.60/1.00 vMB 20
534,339 534,339 0000000000000000002bd8a0b799d2ec61f5e5d400b1dc087f5c6ea0247e6b91 134 0.10/1.00 vMB 6
534,338 534,338 00000000000000000026de1443d7a8aa928f9fe5965396112fa61647f7410fc9 1,859 0.99/1.00 vMB 13
534,337 534,337 00000000000000000025f20c280b1326dee3b8496909d65a02c0e50947c2fb16 2,483 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.