Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,189 transactions (1.65 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,710 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (891,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,320 18,320 0000000093ffeb012779ec034133dddcd24efe396a35de9ee9a0abadb9993e20 0.00 MB 1 0
18,319 18,319 0000000000121c6983323c4a1434965cddd228ec2d1b6c79e9305e3624934b23 0.00 MB 1 0
18,318 18,318 00000000150a3788e0b934db53d2bd55d31c768ab8919305feea15134757bc3b 0.00 MB 1 0
18,317 18,317 000000000842d4eea95d1a7b3d9d6443d81beed522ee5699f51d7ddda2de171b 0.00 MB 1 0
18,316 18,316 00000000c9908d9009e7afaab11c4c1c3ecbc9f9c2612a198c94b1de18732f42 0.00 MB 1 0
18,315 18,315 0000000026fdd7065391a0f800a3af439b0074ca0a8c0e611631941d309b99e7 0.00 MB 1 0
18,314 18,314 000000005755f1e5635adbc3db6f0c01262024988ee5a11726cb17d9c669d94d 0.00 MB 1 0
18,313 18,313 00000000356c77e0eeb1ca77f30150ae6239ac2cd1b8f9acebc0a8a9ffbef526 0.00 MB 1 0
18,312 18,312 000000001a2c594cefe2d5fdfcbae2e6d54718f1d704e578bd97303ab683398e 0.00 MB 1 0
18,311 18,311 00000000e706b6e777234e78695243434832ac2f870155da41ae2fdd71c15ed8 0.00 MB 1 0
18,310 18,310 00000000dcdb5e0a23776751e2edcec4d4e597c8693f05fd86b9fe71ede6da26 0.00 MB 1 0
18,309 18,309 000000005659e33d33527dd3a4eecbace0ec274f94b02ecbd8bc55e3b824103b 0.00 MB 1 0
18,308 18,308 000000007b11f50a83869082806116cb6a3459db4887c1397421a2233497367b 0.00 MB 1 0
18,307 18,307 00000000bb69c7fd70f0ccfd363dae2982534576737a4814ec94c4cf7120680b 0.00 MB 1 0
18,306 18,306 000000005d22ab1c7770f270069ebd76811dcf2353aac12f72e80c358e3dc97b 0.00 MB 1 0
18,305 18,305 00000000b3642ea00e2fc09fe927511829f9ce200a78de8e4a0c4ba030445512 0.00 MB 1 0
18,304 18,304 000000000c0de87d78b42a700f074b92dcf10f42c839b1646899531660e6e505 0.00 MB 1 0
18,303 18,303 0000000072c552de40703539f1ad3f02b270235586f7848b1af6b66c7fed9858 0.00 MB 1 0
18,302 18,302 00000000f289a61276b93d1e3331cc1230e7294d3f3d7a3d88732951f0c6e2ca 0.00 MB 1 0
18,301 18,301 00000000e30a0825e6dca65a254addbc3690f676a26147034b727b73e870ed5f 0.00 MB 1 0
18,300 18,300 00000000680b8d1dc037b26b1a6a47a696463bde4791eee8778c6812466ba1af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 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,195.50 GB sent, 117.36 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.