Loading Tool

Explorer IconExplorer

Memory Pool

42,782 transactions
29.06 vMB
0.06491005 BTC
Random Selection Loading Transactions
Max Size: 149.62/200 MB

Candidate Block

Mining Attempt 7cfad6e575b4889c6252efa295f894251d944766165f801b4517b8101b2f9a1a
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root 5c1dde1acc52862eb87a5f43800f6251770060a36f48aaec802ac719a4abeecb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,430
Size: 1.00 vMB
Total Fees: 0.00809258 BTC
Feerates: 100.29 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (140,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,470 774,470 00000000000000000002cbdf64ae445b53b545ba1e960f9e83787130d1530484 2,329 1.00/1.00 vMB 23
774,469 774,469 0000000000000000000700899cbb40f927a2f18c9e6377e5241d56fb90fd5baf 3,321 1.00/1.00 vMB 25
774,468 774,468 0000000000000000000563e8a363d27afb855d71ab409433dd1911ee4200d8c8 3,132 1.00/1.00 vMB 27
774,467 774,467 000000000000000000039d1ad2ed2fd313e1a7f5d1cb44067bdb8e9c4a792cd4 3,361 1.00/1.00 vMB 16
774,466 774,466 00000000000000000004b3f36089faf3731a6ef6637ae5b05d6d3f3413e8e438 3,217 1.00/1.00 vMB 4
774,465 774,465 00000000000000000004d8bb54c89d90f34f4b75476447ebfb63e2aa8c5ac1b8 2,211 1.00/1.00 vMB 7
774,464 774,464 0000000000000000000450a19533e9066e4d0d76083bd2346a44a6297f626a1b 3,129 1.00/1.00 vMB 15
774,463 774,463 00000000000000000001bdb2cf2e7d228dbebe76fab87b53e885d82fff32d5d3 2,712 1.00/1.00 vMB 11
774,462 774,462 00000000000000000002b29111120a2d19232f41416d095972bccd16c6649bac 3,784 1.00/1.00 vMB 21
774,461 774,461 0000000000000000000055b15ea243dedbdf7a97771e20422e7125a3e959d04b 3,701 1.00/1.00 vMB 23
774,460 774,460 0000000000000000000013be741eb25cece368611509ac013332c2af7ce027ac 990 1.00/1.00 vMB 16
774,459 774,459 00000000000000000003504d5aa9e35028a422061407c091ebb5ed8e0957c6bf 2,438 1.00/1.00 vMB 14
774,458 774,458 00000000000000000001d91bb609f1b7e1368f62e4a7ee80b6b92b37e6d28e90 2,973 1.00/1.00 vMB 13
774,457 774,457 00000000000000000004c40070d087f06408f71c10be0eb5dc590b6025935247 3,228 1.00/1.00 vMB 22
774,456 774,456 00000000000000000002698121cb98d69221ce01dc2c4baf64b3d6691aef227e 3,400 1.00/1.00 vMB 15
774,455 774,455 00000000000000000005689e33aeb4e57d501d73c4e47cce092d729ac1d7d1d7 3,959 1.00/1.00 vMB 22
774,454 774,454 000000000000000000033c0d6326f02c891d26afb5e609a811b5fb488c6fa8d2 3,457 1.00/1.00 vMB 31
774,453 774,453 00000000000000000006ea5b0f01471566ce6f24c6cf48b2ffe1450b62e92d28 3,331 1.00/1.00 vMB 21
774,452 774,452 000000000000000000038a46aa11ccdd952ee7c7c19ada01033bb48890ebafb7 1,178 1.00/1.00 vMB 3
774,451 774,451 00000000000000000005f5205268778e2c0a4ea50a41ce0e8bb6022cca1bebd1 1,837 1.00/1.00 vMB 16
774,450 774,450 000000000000000000023b37404bb1fc33c67fecf39150f0352b2a93f49191c6 1,865 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.