Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

354 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (836,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,386 74,386 00000000004500c52de9817483d8beae2a3b3b698fd86d1c9cb4b099f5e99dbf 0.00 MB 1 0
74,385 74,385 000000000038db92cd7eae81d85114f695419527d7128d65460ffb58a06f2fae 0.00 MB 4 0
74,384 74,384 0000000000088109469a34790ed5a5112d29cae6a79d3b5335e086af71a937e9 0.00 MB 4 0
74,383 74,383 00000000007dfbffa3542f5aa45eb5ad47be2ac30722b040b28956c1159ceb74 0.00 MB 1 0
74,382 74,382 00000000003704def6d793cdc4a7379d81c53e83cf495676e59c79522942c87c 0.00 MB 2 0
74,381 74,381 00000000001b0f3452e86e3fd894bc3bd28ffa3b0ee80937f816475f65725fd0 0.00 MB 4 0
74,380 74,380 00000000007b7524203b008afcdb41c95e0271d0690d140c1e4b1a376e7f36e0 0.00 MB 1 0
74,379 74,379 00000000007471b1d938c524a2aabd5d13a14b4b274b8a521030d5be3800d636 0.00 MB 1 0
74,378 74,378 0000000000af1f46d90a92a28a50cebc6fdb65a283acfa68f8705bb0bb8e9429 0.00 MB 1 0
74,377 74,377 00000000002f22f04bcdd4640260c8b14f8fc17fb53648be1e045f14b139b5a4 0.00 MB 1 0
74,376 74,376 000000000027a7602b63f816f1a5010427aafc3512ec15ff17ab0f43f2f560f6 0.00 MB 1 0
74,375 74,375 0000000000addba5a73a57bfee3eb82c8bb0e75eab03a696caf1b2f9932b02bb 0.00 MB 1 0
74,374 74,374 00000000005212e3bd805c1f38558ac3b94ae313f779e31e26a016de98fb34c1 0.00 MB 1 0
74,373 74,373 0000000000a984587a0b69ac13f1f5e077af398f2306e5aac76ac7b70a104e15 0.00 MB 1 0
74,372 74,372 0000000000773e449bbdfce12562fbfe9260914c20703280c80af4030d3693fc 0.00 MB 1 0
74,371 74,371 00000000002b152e1b215ff3af1c9b9faa9780e0598c2e8109175ddc23e02082 0.03 MB 6 0
74,370 74,370 0000000000379b99b0352f9596c878995a11a816fe47283af5732151d924b02d 0.00 MB 3 0
74,369 74,369 000000000091788ccd409b87b3258d711cb4de989f7510ef63b1fa56b8fcae2a 0.00 MB 1 0
74,368 74,368 00000000006fcb8b9ea132b7badf7c4743f4e75f915da53bb4c01d972e403c91 0.00 MB 1 0
74,367 74,367 000000000002d794bc30e56dad3b56e602da640e6e02ae3c58ecf70d2dd1296f 0.00 MB 1 0
74,366 74,366 00000000005da43a02709469cbe9b3c3a5c749a3c1a4ab812eebaab4c5382c66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.66 GB sent, 121.45 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.