Loading Tool

Explorer IconExplorer

Memory Pool

45,608 transactions
29.03 vMB
0.13846017 BTC
Random Selection Loading Transactions
Max Size: 151.32/200 MB

Candidate Block

Mining Attempt a908fb5e414b0749d2fd7dc12f876ff82afa35ccd35ceb00a250a848a1e78a72
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (407,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,334 507,334 0000000000000000005f432f112ae360e8bcc05d9c55df91b0a7642bc5c7b98c 911 1.00/1.00 vMB 168
507,333 507,333 00000000000000000016befe1ae3626b3eb1e7c9810450b65e989ee6f693d8fa 2,202 1.00/1.00 vMB 179
507,332 507,332 00000000000000000062b4ec70c8a301028e3a8977cf76dd5618eb6bc7910a5c 2,666 1.00/1.00 vMB 245
507,331 507,331 000000000000000000421e93966ac147bcb8454759189b03b09af009c0a1cfd3 1,564 1.00/1.00 vMB 115
507,330 507,330 00000000000000000027d27e08ed8c7263f8118a5ed026e4679ee248f9b7a3fd 1,832 1.00/1.00 vMB 91
507,329 507,329 0000000000000000005a70a68fe69b025ea5b1e3587eb1ca519ea22e44b561f1 1,224 1.00/1.00 vMB 128
507,328 507,328 0000000000000000002b407bf56e74ee647e00dcde1dd251a04071677e37e721 2,021 1.00/1.00 vMB 221
507,327 507,327 000000000000000000034564cb7f2b486248b8b05c5e3fd8471c66069a374a2a 2,449 1.00/1.00 vMB 243
507,326 507,326 00000000000000000024a9ad0e30ee999485f89e26483b2240afe792f51fdc93 1,127 1.00/1.00 vMB 151
507,325 507,325 0000000000000000004b88f0e9ad31717b32fc4f0a6289390c8abfc6e056e1b5 871 1.00/1.00 vMB 124
507,324 507,324 0000000000000000003821ae8914d04b61f8b9790839947e37cde00f98538788 1,758 1.00/1.00 vMB 206
507,323 507,323 0000000000000000004ffec62551233df4b9feb5948dd55ce41b9dc9dc2d8606 1,729 1.00/1.00 vMB 182
507,322 507,322 0000000000000000004e212c5c31d04165e5217f2b027bb78ca80ee2fa31a0f5 1,706 1.00/1.00 vMB 199
507,321 507,321 000000000000000000023a2d689c5f730b61d593be743ca75a2a3773824a6bd8 2,028 1.00/1.00 vMB 191
507,320 507,320 000000000000000000263659c0b353ec00c76f289411f4f0e0ef9d3161126108 1,691 1.00/1.00 vMB 176
507,319 507,319 00000000000000000019734923ce029f995869115e55f1f1665e92c2f3f2f0f2 719 1.00/1.00 vMB 119
507,318 507,318 000000000000000000147ecd3a0eb43561717593756f103f61d3f4e768b051e7 1,244 1.00/1.00 vMB 170
507,317 507,317 000000000000000000236a3e2cfd5639207390e6526ca823a69285b4c02390dc 1,219 1.00/1.00 vMB 143
507,316 507,316 00000000000000000003a410f3eea9d014103f6377cc3c17ab152c552c5f5000 1,323 1.00/1.00 vMB 159
507,315 507,315 0000000000000000000e7b6f2c27aadec0a99dd6e82a548f90eb4080439f481a 1,020 1.00/1.00 vMB 143
507,314 507,314 00000000000000000056c7312b266a14c7e0f8bc2a8d21709eb93154f94659e9 1,028 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.