Loading Tool

Explorer IconExplorer

Memory Pool

81,811 transactions
30.99 vMB
0.11611810 BTC
Random Selection Loading Transactions
Max Size: 185.48/200 MB

Candidate Block

Mining Attempt f0f4885371f09ce22de5f4fff7bef856770a595f6a4baa63e5bb14dc26f4e16b
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (492,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,626 422,626 000000000000000001f01d6427249ea54d0c977b237ae9c397953dbaefbf942d 2,266 1.00/1.00 vMB 76
422,625 422,625 000000000000000000d5c99b080437c128f893cca424ef74fc4c1947431f8626 716 0.35/1.00 vMB 53
422,624 422,624 0000000000000000025988c827d92c232834357244edc7ab045d5c7f82988220 1,443 0.73/1.00 vMB 41
422,623 422,623 000000000000000000101765efbaa7c8b2fa0e3f168c86a20c726f1f13da3a43 2,980 1.00/1.00 vMB 94
422,622 422,622 000000000000000004679165ac16aba78d4a96720ae5066903f26a46c2fb371d 174 0.07/1.00 vMB 58
422,621 422,621 000000000000000004187b5eee99549683d4d2ec299af7b803ce76ad0fc7b422 1,179 1.00/1.00 vMB 25
422,620 422,620 0000000000000000029413c0b277b77cf901d560de33f90953a1e8b4c75dbacf 2,637 1.00/1.00 vMB 86
422,619 422,619 000000000000000002b4dc3074b40b3228ca9dd22e91d81c515b90d3b44a9cb8 1,514 0.99/1.00 vMB 53
422,618 422,618 000000000000000003c6e88a465deb038e6a78437d58aa5947cbcd23b4da8579 1,472 1.00/1.00 vMB 31
422,617 422,617 000000000000000002b084276ef76c5d164ddf35a8d489f1ab2e3a864bdb3c84 2,291 1.00/1.00 vMB 66
422,616 422,616 000000000000000000d458d83c479f5849752de195f1c833079beda599a29a75 1,989 1.00/1.00 vMB 46
422,615 422,615 000000000000000003edf3aef044d3b0ffe4005d7cfbe42d5b98bae870b488af 2,726 1.00/1.00 vMB 90
422,614 422,614 0000000000000000046646b14f3fe285fbf1319172c520c82e0b98a352065baa 1,144 0.46/1.00 vMB 67
422,613 422,613 00000000000000000457c284a92b99b22909e7b9dbc7d4e1712d4b5e21a5c99f 13 0.00/1.00 vMB 167
422,612 422,612 000000000000000004c719af211b20f50e0ed828dfa828d90f5819f5e0ff1eac 1,935 1.00/1.00 vMB 64
422,611 422,611 0000000000000000039ebdfc886e0fbb9c783ddd28417fd1500443d732c23a69 2,156 1.00/1.00 vMB 58
422,610 422,610 000000000000000004f843ecc02f574c5a9d64d156b2abb68b707b646be074bf 2,730 1.00/1.00 vMB 86
422,609 422,609 000000000000000004cc91cd0455f7e0a48456f98b15e26061cf7081afc8447b 2,607 1.00/1.00 vMB 82
422,608 422,608 00000000000000000514c4073a2666ee6ff81eaf1ce060fad60f67b8cdfe3666 2,020 1.00/1.00 vMB 56
422,607 422,607 000000000000000000e99fc7a234c8141ccc514d75350d3893f4f9e8b75ed1ed 2,548 1.00/1.00 vMB 85
422,606 422,606 000000000000000002bbb7915ac6c70e33a605f7d98c32a91c25ceda0267b2b5 2,516 0.99/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.65 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.94 GB
    • Received: 16.33 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.