Loading Tool

Explorer IconExplorer

Memory Pool

40,863 transactions
26.58 vMB
0.06129891 BTC
Random Selection Loading Transactions
Max Size: 138.71/200 MB

Candidate Block

Mining Attempt 34747f94cad59c41f09edb6ecde5a4c8c1d8abd1ccbb09626ed409d7a06445e5
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 8777a20a73e2446e61bf771dcfe930134f4874c5376a36b695fdb94a9a1abbbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,661
Size: 1.00 vMB
Total Fees: 0.01167807 BTC
Feerates: 151.03 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (98,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,108 816,108 0000000000000000000417632984ad62f05d6be90fe7d6aaee598a87d9985f60 2,330 1.00/1.00 vMB 122
816,107 816,107 000000000000000000047fd4c8d80cf102b19f28bc7d6ff828dda228498e1744 2,775 1.00/1.00 vMB 107
816,106 816,106 00000000000000000003900536092c1ffb67f4292a3a82806d7074cb92ba301b 3,136 1.00/1.00 vMB 114
816,105 816,105 00000000000000000003cb477968fefc37a80d20eb9ec96e524dfc2a43b21eaf 2,904 1.00/1.00 vMB 82
816,104 816,104 0000000000000000000057800296421c19a4f6093cc25b3b4055acf720e0a529 2,782 1.00/1.00 vMB 117
816,103 816,103 00000000000000000003a2b2faa21bc1a3c96fa9d7c7428d6f7fe7dda2e490b2 3,235 1.00/1.00 vMB 205
816,102 816,102 00000000000000000001bcacc1a428a66a06d8f0b6d31d15e18b11b7e8579bd1 3,428 1.00/1.00 vMB 101
816,101 816,101 00000000000000000001bd3877befc90eeef1288a635160745d5896d0a3807b1 2,204 1.00/1.00 vMB 94
816,100 816,100 0000000000000000000025cb7db8543441bb464dac63a67dab70a6c233cad4e6 2,473 1.00/1.00 vMB 61
816,099 816,099 000000000000000000037842c5d4d2f9a1321f359d54670db7e0ae96448135b8 2,350 1.00/1.00 vMB 78
816,098 816,098 00000000000000000002d39be0e8efd3c97cb53e828f5eb17015c9a2f86f456b 1,754 1.00/1.00 vMB 45
816,097 816,097 00000000000000000000d7f834b9c49630ad3ca6a577b4cb71b6293c05b10af2 3,522 1.00/1.00 vMB 90
816,096 816,096 00000000000000000003bc27a86a193fb4c7e3b533ab5d1144e2d06cd7ef122a 3,728 1.00/1.00 vMB 94
816,095 816,095 000000000000000000021733a8d919d60dcaf1cbf3b46d51f60e96752b166cb8 3,365 1.00/1.00 vMB 53
816,094 816,094 00000000000000000003415a83e1c949ab6f207af678db69d413b119d15a3623 810 1.00/1.00 vMB 47
816,093 816,093 0000000000000000000406aff14724c7fe376bbc7db3da3a92e008d5d60150b2 3,073 1.00/1.00 vMB 64
816,092 816,092 000000000000000000017b3d38e2304948d4291696dab32303838db0649833de 3,826 1.00/1.00 vMB 111
816,091 816,091 00000000000000000000cfb9f9ddb6697a31ac734132735fc2decae1a07cb714 3,370 1.00/1.00 vMB 59
816,090 816,090 00000000000000000000b1ad4b1aa21a2dd9a5b2c14ba7cd1d13ceea5f7c26a3 3,182 1.00/1.00 vMB 148
816,089 816,089 000000000000000000021f892c599c12af48298b31937c70e7fcdec7d583bbd6 2,535 1.00/1.00 vMB 65
816,088 816,088 00000000000000000000343d58ddd85e3df8692702a3faada7da3b7f00ec2073 3,679 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.