Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,198 transactions (2.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,540 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (882,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,353 27,353 00000000a52530299d692838041b966d58149a0beb27c688266b8bc9eb2adcb0 0.00 MB 1 0
27,352 27,352 0000000053533cab0620760c175fc0e5265440b3fae7395a445c5d0ef4487ccb 0.00 MB 1 0
27,351 27,351 00000000de67a98f7d40564e405e5afe217b70316de881e5779b105867cd4582 0.00 MB 1 0
27,350 27,350 000000000cc5670ff8bbfe34119580157cc6ae7a2329bf1f9f39403a97526c6d 0.00 MB 1 0
27,349 27,349 0000000092d6846d016e32d9676e546367a9d34e80f3e7708100b5b6ce553e8a 0.00 MB 1 0
27,348 27,348 00000000dc215c02f6b577d346f875c40314444f8c7c447b487aef89270d22e5 0.00 MB 1 0
27,347 27,347 0000000067774efca07eea7d8cad169aa9ec682ca69232f393c2c9d7658367f1 0.00 MB 1 0
27,346 27,346 00000000dabde4ec27078ae9cedf0dcf2e4f081b98c5443e318e58c50d5f04dc 0.00 MB 1 0
27,345 27,345 00000000b3e4534a0958c70e2f1a11183c3a7cc32717dc6316aa174de8fd8a9a 0.00 MB 1 0
27,344 27,344 00000000c43ca6a67a2b8b1ee7e9c078d9a2ae6de1bd42b1aaba6a0777a4dbb2 0.00 MB 1 0
27,343 27,343 00000000588f61fc4d81bfe3667f01633fdb4d566bad52a66261a8172d2212c8 0.00 MB 1 0
27,342 27,342 00000000d8585cd0b71b7cff314080cb82dc5b19474ec130a78572dad64c5e90 0.00 MB 1 0
27,341 27,341 000000006e5cbb2daba8277184677dfc5b32f1cb0b855f037e016e94aa9be340 0.00 MB 1 0
27,340 27,340 0000000061f1a016bf8686cdd73a012691097a2a5d30b44f38a93b35a0c37dc7 0.00 MB 1 0
27,339 27,339 0000000094a64315f31caa72ab7bb3dcf688fa1d4a143ecc001a66b31c476234 0.00 MB 1 0
27,338 27,338 00000000cfb68d7689166257529cacbdee509d75b900d775ed93323cd3a36b20 0.00 MB 1 0
27,337 27,337 00000000d26c10d2504e654aee956fc8a740963dbb11f2ed64a6b431cdd315c0 0.00 MB 1 0
27,336 27,336 00000000964682a02a0ff6bb61566718cdaeea9213a0867f75ac5a85b178b201 0.00 MB 1 0
27,335 27,335 0000000054a5abb6bd3cb759a2c9bb4e5230f40fc5366f61ee563d44cc371dac 0.00 MB 1 0
27,334 27,334 00000000b203b7f6b07fa499118acf133b0eac176cf35c6147a1f1859913b81d 0.00 MB 1 0
27,333 27,333 000000002bd2c33ee259670287c59bf7918de87d897c78d87cd644e38e9c5e13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.