Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,062 transactions (2.50 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,071 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (823,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,020 86,020 00000000002633bee95f7592367993310154eebf074c5abd2cdfff834f18b9ab 0.00 MB 4 0
86,019 86,019 0000000000251faa39de86d8da3646271891dedbf5b26c8536ee70c157c7cc29 0.00 MB 8 0
86,018 86,018 00000000000817a8ae78d54beb06c59c6d9a7fbdc232de47694fe36567e02848 0.00 MB 1 0
86,017 86,017 000000000021a1109aa02908ed7093eb359887d1b03cadff80fc8addd31902a7 0.00 MB 2 0
86,016 86,016 00000000002d4e733bfb4b39469f5618735791a94134b03be8b9677e15066e36 0.00 MB 2 0
86,015 86,015 0000000000013b961ed91b1e6837a864195906085e873ae5d7d77137470005ba 0.00 MB 1 0
86,014 86,014 000000000008983a55f4647d04ee71fc2812613b61b91a90396d2f6c37c775ea 0.00 MB 2 0
86,013 86,013 00000000000bb30f9c9a04e8b9d34ae394b0398ac98f94a5f1b2b38b31975fb0 0.00 MB 1 0
86,012 86,012 00000000002649341d7c89c2a378dbea2cf1765ce345b83c95961f26abe4136d 0.00 MB 4 0
86,011 86,011 000000000023d9c37d06df98cf08d510442a84ad85cf87dd7451acebbe211ca7 0.00 MB 3 0
86,010 86,010 0000000000213e2c0f995dc0c4b377bd278a270f84debdc263531120753e5505 0.00 MB 1 0
86,009 86,009 0000000000283d4bba3de6d9b8ce109df0b75b0d026a3485fce8b5467e4674ba 0.00 MB 3 0
86,008 86,008 00000000000595bdbe897ebc439cb2d8d4a879aeebd846f17abefcb7fa8bc7e6 0.00 MB 2 0
86,007 86,007 000000000001434b76c25dab749b395a2a4bbf007d9747f065e8caca4ccb3863 0.00 MB 1 0
86,006 86,006 000000000023643fa9d7edfc396750888f5f13559511fbc8c63621f661f2c57e 0.00 MB 1 0
86,005 86,005 0000000000219a0cde172ec2206b7ea9aa009c9f3c974609097c5293d5a41844 0.00 MB 6 0
86,004 86,004 00000000001a1d1199fd3a61cca530c9e06ed334d397dc0c0bdc1319a006b984 0.00 MB 1 0
86,003 86,003 00000000001670da185e5d63817905af400c77cb534a1406f4a62196544544cf 0.00 MB 1 0
86,002 86,002 000000000005eb5bf0f1ebf13c7ad48700a0e17759cdeb2994ee5406f667be03 0.00 MB 2 0
86,001 86,001 00000000001c1196186701c95370644621416e575bede6e0a7dc47525035277d 0.00 MB 1 0
86,000 86,000 000000000000ff4e1adb14f07774dad6b34968a5e19d1a2fe1fc9157e7c2b85d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,150.19 GB sent, 112.49 GB received

Notes

  • This page updates every 5 seconds.
  • 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.