Loading Tool

Explorer IconExplorer

Memory Pool

82,058 transactions
30.48 vMB
0.13178553 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt e8bb6fc10866508fa793179693fde8cab32d872c3d735c406bed32bde30b93cf
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root cab94bf76f5f04668218af32beaf70f89aac0a7efeae43822db87691341a8e3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.06900843 BTC
Feerates: 203.60 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (325,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,238 589,238 00000000000000000019bc94057e4a1bcf4a59b1254e178661827e06a035c51e 2,219 1.00/1.00 vMB 38
589,237 589,237 00000000000000000015cd9958a969ed755b81ee6b523ffa19439004df6d7abe 2,733 1.00/1.00 vMB 70
589,236 589,236 000000000000000000141707eb165f372704e393ee0025e3025d03e19a4d66d4 2,966 1.00/1.00 vMB 71
589,235 589,235 00000000000000000019e49e5d6262edfb745afd29c218db2559b3b7d99b1658 2,622 1.00/1.00 vMB 89
589,234 589,234 000000000000000000125d8aaafae6a8f972d757272f80f8e774e5f40052359f 2,855 1.00/1.00 vMB 25
589,233 589,233 0000000000000000000d2a5ad51ff7ea224e323194ff370a99cc1ecaebb800df 2,681 1.00/1.00 vMB 38
589,232 589,232 00000000000000000014115deb70c1cf43fdd0b724f540a492b3f93334d7d0e5 2,758 1.00/1.00 vMB 37
589,231 589,231 000000000000000000119f540a08bac7d285171f68c9c32752988d79fbec7087 3,384 1.00/1.00 vMB 77
589,230 589,230 000000000000000000168363444d5a5798c844af31e293cf9c9fbbb4b36a0689 1,305 1.00/1.00 vMB 4
589,229 589,229 0000000000000000000c93bc23d9d1a10176a0c13bc3e669270aaf5e8a429cb2 2,901 1.00/1.00 vMB 48
589,228 589,228 00000000000000000004eeee7d953845734d3ba34efeef7341d98ef436b1318a 2,099 1.00/1.00 vMB 23
589,227 589,227 0000000000000000000782d280ee7ab3b31a71f429ccfb4c705cfd902b0aa007 2,039 1.00/1.00 vMB 17
589,226 589,226 0000000000000000000196c901c9bd005b6728d5ae8d6c43e7fb1e5afe0ced4d 1,716 1.00/1.00 vMB 27
589,225 589,225 00000000000000000016f22f07fd69bbbd27e810b5cfa697562d4d0939b116fa 712 1.00/1.00 vMB 5
589,224 589,224 0000000000000000001411ae7e1ada6e1614007e8b2df6a6ec2f6cbdc0e66021 2,115 1.00/1.00 vMB 30
589,223 589,223 00000000000000000014ebe6ccf7e3cca4115cfcbad349a2bc678a70eddddbf6 3,381 1.00/1.00 vMB 74
589,222 589,222 0000000000000000001b88b96707c0257a651a355d6fdee638c3ef82789e9424 1,379 1.00/1.00 vMB 10
589,221 589,221 0000000000000000000bcf4a963b1e54169da28e188e3f0ef1a29627c5e12bfa 1,601 1.00/1.00 vMB 9
589,220 589,220 00000000000000000005cf12fe5ff117fc1eec475bb8103692e17d97c0ebfeb5 1,993 1.00/1.00 vMB 27
589,219 589,219 00000000000000000007956d028bb6de32b5cc027f10485af08eb115b664425e 1,548 1.00/1.00 vMB 19
589,218 589,218 00000000000000000006c16db981bb9e2de9d735f6489196deec98c68a9ee704 2,137 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.