Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,807 transactions (2.31 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,607 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (867,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,432 42,432 000000003a6714a2d36b056ac1a77eec6417143d78889bbcdb89ac3032159ab9 0.00 MB 1 0
42,431 42,431 000000001590def8ea15a1ff15f46103d8989c5668ee9c6028e4b8ad8da6a1b0 0.00 MB 1 0
42,430 42,430 0000000024d19ef4fd8dbc2d7e2ef13ac36e875c88bffc07a2263b15add99cef 0.00 MB 1 0
42,429 42,429 00000000163049340138199828f1f364d36c02a8f932d7edc6f0873d140d2f8d 0.00 MB 1 0
42,428 42,428 0000000010e6912029c5485337cee5d722f63776d05ebed431a07aafc5f90d3b 0.00 MB 1 0
42,427 42,427 00000000302a5695352dd67263349c9eb437a0277892151d3395e25063bafeb5 0.00 MB 1 0
42,426 42,426 0000000035d3ecfa1ef14409a8958ffb321eb7c562893acd68e51b12a17c9359 0.00 MB 1 0
42,425 42,425 000000002231679b3228534995063bd78067f0bcbaaa9ec5787389f13dbb77a2 0.00 MB 1 0
42,424 42,424 000000001e2339a1b01c943bfedcdbec203276c0c4de63f60c3b1a33a8340778 0.00 MB 1 0
42,423 42,423 0000000008b730b7a659676fd8b836675913ecad44ade76ac860d4a51c06bf24 0.00 MB 1 0
42,422 42,422 000000003159d9fe81cf8a3e204544511e0390a0be63090de20e17e51e2acba2 0.00 MB 1 0
42,421 42,421 0000000025e4e098fab73cda5cf98366dea6ff8704321d1521aeebab1a635c1b 0.00 MB 1 0
42,420 42,420 000000004320c1f741212b61d20ee8c96053da069a14d61a601f7428eb1edde3 0.00 MB 1 0
42,419 42,419 0000000023a79916a9b2d798d5c90823a76cdb29e5bbfe4c11b09d44e8679aa7 0.00 MB 1 0
42,418 42,418 0000000008681a897c90f9d8228f3943bf5f5d1e9b299537f22be8f7d6e971d1 0.00 MB 1 0
42,417 42,417 000000002c09f0e455126bb06431fa94f7af0d09932927b963dba961fd6f5a9a 0.00 MB 1 0
42,416 42,416 00000000365d8ef9ec1b7081ea37c66da2a9b866f3c0cb2ffe144f5d633917b0 0.00 MB 1 0
42,415 42,415 00000000357248760843a414a25d754ef079f4d929b785edabb9baad29962053 0.00 MB 1 0
42,414 42,414 0000000012393abf9e4ab28a62f170bc7d2ebcd425745b6fd2380f863b7aba8b 0.00 MB 1 0
42,413 42,413 000000003169d9efa6a155ddf97c93d03f0bef127b9ffc7b16a604ea0664c7e6 0.00 MB 1 0
42,412 42,412 000000000c49bd12a50ba80d40bfa689c100509c319b6af9f48298af38dfe17b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.69 GB sent, 114.60 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.