Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,841 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,397 (843,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,382 66,382 0000000002f99c9e53da8c8547d402b6f917caac5b19e3aa8e63e3f92a3d5b03 0.00 MB 1 0
66,381 66,381 0000000005c537cd80a66d55aaeca1df0ad0dc6ab2439c274fdb01cef0774752 0.00 MB 7 0
66,380 66,380 00000000004f3d6aa43016e13e9e67efe76752aca72dd4e70c957ff0c70a74a9 0.00 MB 2 0
66,379 66,379 000000000a6ae145e2c2bae8429f620b0bb1d12665a792f5bfa2ac2365bf0b13 0.00 MB 1 0
66,378 66,378 00000000028425d7a45569205e89dd7c84dec202352317997cf3cd9004ccea3b 0.00 MB 1 0
66,377 66,377 000000000983e14c3f8259a381c1cb702ffa889771fc9ac255e149c1cba16b93 0.00 MB 1 0
66,376 66,376 00000000069e4ddececbded5fa17530e8b085510dc8680a91be6a3ea03652931 0.00 MB 1 0
66,375 66,375 0000000005db261383509d1e3aa343fed2dbebdc85026bcc36004669de4fbe2c 0.00 MB 1 0
66,374 66,374 0000000000fb562c7fa2f09ecbdf50c26a3aa3954f6b24e0bed9a57be61eb65f 0.00 MB 3 0
66,373 66,373 000000000a5c1024d7bbdb7efc1649668aabae0fc95f71821602b96a5ffadd7e 0.00 MB 1 0
66,372 66,372 00000000006e874a50e2e5caa3e5317afc26df6169758c9f7a109a8174e29581 0.00 MB 4 0
66,371 66,371 000000000a20a7363b2b9d4ab587643bb96445fb2f20960ea949f2f804ab496b 0.00 MB 2 0
66,370 66,370 000000000a49e5b193b645b3627df7b440e07e9217a285393b449af6830c11d5 0.00 MB 1 0
66,369 66,369 00000000049872ea4b8680ed96d540ae9ee5487692107be9254e9b95b75aca36 0.00 MB 2 0
66,368 66,368 0000000009facbc2ea856fa79760f39db1a337a69e119608b18147ac795090dd 0.00 MB 3 0
66,367 66,367 0000000008fee018545889038ccea2a21560f1852c732a53547db9fd8ab9d331 0.00 MB 1 0
66,366 66,366 00000000025beb1c955f0009019e72624f6abcfa98087cb0edfa5d0a15f50ca1 0.00 MB 1 0
66,365 66,365 0000000000368482418a8d638ee460ec9934ca5302e790d659de249e0f28597a 0.00 MB 1 0
66,364 66,364 0000000009e5530d4efaa3cc7867ff97b11e27753c9c7fee4e6954e52b9c740b 0.00 MB 1 0
66,363 66,363 000000000050fe39484fcf26b171530ab32e2131b16c457509df15d438792ea3 0.00 MB 1 0
66,362 66,362 00000000032a63dd4eceb1e5de224dd3e9d23c34fb63577fe8068c3cf289b532 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.90 GB sent, 109.53 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.