Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,765 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,911 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,418 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,910 (864,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,290 45,290 000000002aeeb6ee45861f0f0991d33954036c4e21d81fbfb4b7a6066e501eae 0.00 MB 1 0
45,289 45,289 000000000e15a5b0f85c1c602e028617c777722a384ecbdad4a538914f9383a4 0.00 MB 1 0
45,288 45,288 0000000020f00cd5ebea36bda2727ce726574d459406bfc5933aba8394b72541 0.00 MB 1 0
45,287 45,287 000000001d0b2f671d2a310aa3cfe4dafd6912b5b17858854cbea321555538a7 0.00 MB 1 0
45,286 45,286 00000000289428990a83bb6201d9086acf848b24a4e7b360577263ad64d67124 0.00 MB 1 0
45,285 45,285 00000000230624b054f033e2a2759c2fb3aa2e068a2b18c90d9ca958bb4e8d04 0.00 MB 1 0
45,284 45,284 0000000010ab9c5e68bca076d09a47991108e64f71652140d89602433c201ccb 0.00 MB 1 0
45,283 45,283 0000000027af938b1e2422b689efe428ad1d7d83a5843a192599fe197dcd66a7 0.00 MB 1 0
45,282 45,282 000000001f68a1bf65fafebf184c1d173a8a132db756fa6b9ba2ca76989c7588 0.00 MB 1 0
45,281 45,281 0000000023acac9972013e5839fa9032ac74b89994905a06136c30f5832b2757 0.00 MB 1 0
45,280 45,280 000000001e43623dff2d2f9c6bf6a0e18f1d04809cc62a0537764e6561d2d35f 0.00 MB 1 0
45,279 45,279 000000001e720f6afc4385facdf06faedccdf3206151643dd817814c095801c0 0.00 MB 1 0
45,278 45,278 000000002718f985c54be4950ab8e16f4483bf0db97b92b5a70aede00332f801 0.00 MB 1 0
45,277 45,277 0000000019e7796cdb90fae451925c222a130ebf5a55c520294414122a2969c9 0.00 MB 1 0
45,276 45,276 0000000008b1102a3a6af9bb6c3d3d6d84d858c02f77e19c4727a541bd359cd9 0.00 MB 1 0
45,275 45,275 000000000276c44584ca408ace57bb68c3370e6a38df2e7d4d81a4feb0f5e99d 0.00 MB 1 0
45,274 45,274 000000002edf33f4d993eac7eb6adbaa8219de81b7fa4bef07d8f838ae1abd39 0.00 MB 1 0
45,273 45,273 000000000ef714af43524a7bb40e6e6da173b70ee38c5aa9570f61839f5049b9 0.00 MB 1 0
45,272 45,272 000000002139ca119620ee5fd45c443667aa9c71d9f7562acd246254eae7f6f2 0.00 MB 1 0
45,271 45,271 000000002e3da3194a2568117b652e05ca6c60f44ef2dc112363546a4ac79620 0.00 MB 1 0
45,270 45,270 00000000101d0a901e79dd1e77cb50bc94d4d045321cb1b8761fee92ac23f172 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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.61 GB sent, 114.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.