Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,641 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,837 000000000000000000022b910000000000000000000000000000000000000000 ago 0.86 vMB 2,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,836 (894,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,451 17,451 00000000661a70be68bd8a6b299b31c15dbd6de4d6df1d98efff283a282f5fd7 0.00 MB 1 0
17,450 17,450 000000005e101187b7df701b654ef0887f558c4c79f5ec750ca41541c8460aae 0.00 MB 1 0
17,449 17,449 0000000088925f07a0ea1405ded3275bc9367d1b1a160f75697074c210918e66 0.00 MB 1 0
17,448 17,448 00000000aba66342f020f0f3c0a1ed839caa5ac9268d103b751dfcd3809b6097 0.00 MB 1 0
17,447 17,447 00000000e2982dd9ba494d230e87189547c274cb720136504237576e8b795b5e 0.00 MB 1 0
17,446 17,446 00000000b6f312bdeb79d5970e302d2eecd31611ae59679a8df85f459717f92a 0.00 MB 1 0
17,445 17,445 00000000cad57f4356c406c185f27afaeac38794bbe3f5ef4a9bf19aacfba1a3 0.00 MB 1 0
17,444 17,444 00000000d051ea9b68328344e15e6d9d52deff6db2704980e1c371cf3eaa207a 0.00 MB 1 0
17,443 17,443 000000007888c6368df66ec5f1b82451b34687c766a4734f2dbaa72fa4bc4b7b 0.00 MB 1 0
17,442 17,442 00000000a1cdc62b810f74c539f1ee90095f4062815196d7260a5e065cf94a14 0.00 MB 1 0
17,441 17,441 00000000a4e7139a768c9aceea28521e16401e1f97daa44631557e3b17fc7c6b 0.00 MB 1 0
17,440 17,440 00000000ecda387196c053ea5959cfec49f61b055762017124b16c761c5ab05d 0.00 MB 1 0
17,439 17,439 00000000b4b6e48d053ca412990ee9ec9000ccc7fee0a43905829ec4989a04f1 0.00 MB 1 0
17,438 17,438 000000005f1a75085917164465226335b2df7c171f14a982fcf1c2329d543619 0.00 MB 1 0
17,437 17,437 00000000db9190c36c50280905f72d6c7bfa054438651d2717849dff97d6e2db 0.00 MB 1 0
17,436 17,436 000000007a8facd6b34eadc691e7fe890ab96f3693ffc956b7e707f8d294caef 0.00 MB 1 0
17,435 17,435 00000000acf0320eb79792faffb34fdd7beb046f6f1793914ae396beb0c9f385 0.00 MB 1 0
17,434 17,434 00000000866e419a0e76f113d1151facd12b6c2802795b6f962f7b737c1ae771 0.00 MB 1 0
17,433 17,433 000000006df20136235cf554de407c4fa301db741b34e7992c8a166bd8443939 0.00 MB 1 0
17,432 17,432 000000001968300930a7c6cfbeb99abb259d89d7a81d184e334f85d5567f55b3 0.00 MB 1 0
17,431 17,431 00000000b60d078848d3e4a1bc0e75f4a7a3bc8f5688deca9f53a1bd3f735918 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.79 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,467.54 GB sent, 132.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.