Loading Tool

Explorer IconExplorer

Memory Pool

42,093 transactions
20.27 vMB
0.06848375 BTC
Random Selection Loading Transactions
Max Size: 113.18/200 MB

Candidate Block

Mining Attempt fbff7a02f706d548b221e4fb24674cdbaf3039e50c859d62238c0d8189fe463a
Version 20000000
Previous Block 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699
Merkle Root 4bd4d04715c9fefddb0c3772756733989abd862a990e6ceeb41f995a18a670d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.02814974 BTC
Feerates: 196.04 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,075 (872,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,536 41,536 0000000030780201aa9bfa26e17a9162b666c21e504f2d05b63d3edb21c801c9 1 0.00/1.00 vMB 0
41,535 41,535 0000000004be3225d0feaafc72c65c96ed5018845441d9129d705e7f2e8b75d5 1 0.00/1.00 vMB 0
41,534 41,534 00000000330753f73e3de2ea5ae23ec464d7715150dbacabc67c75d351472504 1 0.00/1.00 vMB 0
41,533 41,533 0000000054d3752334104987db9a353b9ef272e6a1ee7773568af01e565a9ae6 1 0.00/1.00 vMB 0
41,532 41,532 000000001a676fea6209607464cd43908a1fbd3d3c2d0dc356711f31d58fa08f 2 0.00/1.00 vMB 0
41,531 41,531 0000000035c9f914680dff55185c43b5c5e78bb56531a1541c62ea05eebc4d75 1 0.00/1.00 vMB 0
41,530 41,530 0000000003ab411fbcac9c295d86ab469b01a00c9a3adc2da8e5f85949fffb68 1 0.00/1.00 vMB 0
41,529 41,529 0000000020f0494902f6766da3ae639518a81ad288307d908354e6f01c54b704 1 0.00/1.00 vMB 0
41,528 41,528 00000000146870e760ee2271804291703ed21f12429c1ea8e3e4af7aea836090 1 0.00/1.00 vMB 0
41,527 41,527 000000001eeb10b711424f9769dbc2624f382935676fd1a2d4440cb5a8658a99 1 0.00/1.00 vMB 0
41,526 41,526 0000000032ab082ad1e75e26c7f4635d7c8687faa7e779bce951aa1c9224e5b5 1 0.00/1.00 vMB 0
41,525 41,525 0000000036f572f6406373ae2009c3344c15277e7476fbdd7bd686d942a18d79 1 0.00/1.00 vMB 0
41,524 41,524 00000000606b9e5c88ee394b62e240c3b4839317d33f4fd3e43f27d4972b6c5a 1 0.00/1.00 vMB 0
41,523 41,523 00000000366ee8ae5cec661df1c2dc2b4b2651760788b44768973287159d507f 1 0.00/1.00 vMB 0
41,522 41,522 000000003c62032e58d9c8c7b847a54b17011abc7ea96d22a021e458f8dc8af4 1 0.00/1.00 vMB 0
41,521 41,521 0000000002ac541a57ef0835b12e93575b1befb6d276bcb335611d8017101ec4 1 0.00/1.00 vMB 0
41,520 41,520 000000005fab1234abfe2ea069b7ff2a185fcdafcf612455d293a3b44f0b4e08 1 0.00/1.00 vMB 0
41,519 41,519 0000000041a773d275e2d16c8165e0f91ad4fe17f2570d715b6111d8ad4c533a 1 0.00/1.00 vMB 0
41,518 41,518 000000004d3b21a1544e97baf88c90bc0cb5c62daf822295778b8948532acb4a 1 0.00/1.00 vMB 0
41,517 41,517 0000000020c8f428b44800feb2e5d54ceec685f115daf588e8553dcc30f0aa1e 1 0.00/1.00 vMB 0
41,516 41,516 0000000009f3a67a7c83a083be65d831cbe918b098b11bd3b25df71a26ee4293 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 555.61 GB
    • Received: 6.91 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.