Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,340 transactions (2.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,281 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,136 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,280 (875,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,545 33,545 0000000074c32834c3eb8fffb9984e74056282129e802bfe9dfe8c199097dc9e 0.00 MB 1 0
33,544 33,544 000000001b31df2e290678b7a0990e5b0701f1854d08eb69aac89bb211b957bc 0.00 MB 1 0
33,543 33,543 00000000757255c4e0d8b024f383a2c285e883d370550a3d7bc6030d8b55616a 0.00 MB 1 0
33,542 33,542 000000003d397cad8af55089226cdc040050903173c04b7faa1b90cf8c5ace7b 0.00 MB 1 0
33,541 33,541 00000000bdc9b081cf40eb2115a527e506196cdf27b9e7b515bb3e19a3543791 0.00 MB 1 0
33,540 33,540 000000004190175355a6ecc3ae153e0621e3f8eb56ee2c35811374512ecb2cd0 0.00 MB 1 0
33,539 33,539 00000000cc84132c950517c3c6ad1b550eb77a5c43a869c5fa3439f5e797bfa8 0.00 MB 1 0
33,538 33,538 00000000afc356b9cb288c0c31603a45e01ca2fdbe81af4ec8237ada3e9bc8f8 0.00 MB 1 0
33,537 33,537 000000007882c5bc60ab355630041e2d8bf797f2a9a48de767873e3ce041b4b9 0.00 MB 1 0
33,536 33,536 00000000850a3be4d181a4efc95781d57e1379d0aa104e9b4110d3298ba519b9 0.00 MB 1 0
33,535 33,535 00000000b4ab9fc2894605a6977d61ce9947d6c1192ae3042196b60161afd69a 0.00 MB 1 0
33,534 33,534 0000000098a0815d035215d78c94b0ed747d49aa35ff9398f44c2d0cd26d695a 0.00 MB 1 0
33,533 33,533 00000000b4cc2f49d40031e6d82d261021d8fdb982c3517e2bcbc729836bc2e5 0.00 MB 1 0
33,532 33,532 0000000070288516fd91f560250f5dbbe5a40c3b8a2694b655d7fea722851f96 0.00 MB 1 0
33,531 33,531 000000002119e318c06e5d4b65661c664a8855c00a9df5cf17ffc3fe079e3170 0.00 MB 1 0
33,530 33,530 000000000fe88bc9110f19ad6d8f71e0cf19b895b0f7d4cd3fc77c1bbad1c6f4 0.00 MB 1 0
33,529 33,529 000000005cf7e871f3972e0af1fe236aad2f60078f7e62d9554d80648646568c 0.00 MB 1 0
33,528 33,528 00000000acad004def248cb30b19f539c13107e392af8cb92183d657b28b5a69 0.00 MB 1 0
33,527 33,527 0000000049b9a35fbd9d48c3fe3b4e1574254fe4ca384ebcd038e15e255828f2 0.00 MB 1 0
33,526 33,526 0000000090474938c05e547fddd71efb229965faede0373e748cfceb764cf6ea 0.00 MB 1 0
33,525 33,525 00000000a4274b37a7d9f308562ecb58ed502d457cc9581376e90041de2f6185 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.06 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,046.76 GB sent, 108.34 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.