Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,941 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,702 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,425 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,701 (838,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,132 73,132 0000000000486dc06d128f8ee40755084cb90eb34c0ec47888afe61546855fa9 0.00 MB 2 0
73,131 73,131 00000000000aa6b1b6498bac29e63c49875ee5ae2e06e6b15b49901e1ba819c3 0.00 MB 1 0
73,130 73,130 00000000003b4032951d0b06580ea073204d805f8642d8d879d4ba7e26c652c9 0.00 MB 2 0
73,129 73,129 000000000047a39f1d010dffb472da090a2acbf190d7d9189f0a4c393042f778 0.00 MB 4 0
73,128 73,128 00000000004873a0fbe4146ee2f34f633caff0a1f3e4f071b911d219b7ad151d 0.00 MB 3 0
73,127 73,127 000000000004c2e5c434445c413a10588efac38d1d4ecc2ba7ceda1b6c37f616 0.00 MB 1 0
73,126 73,126 00000000007964aecbc8b2e6334498cb23e387cf854cdd26f792eba10188cdcd 0.00 MB 1 0
73,125 73,125 00000000003c2e01524a17b4a5205c2fc289a8caa7c2e1609765e5a865f88964 0.00 MB 1 0
73,124 73,124 0000000000572f612c130e9cdbff67e08a5447f340b52e1d4776fad1ebec4381 0.00 MB 2 0
73,123 73,123 0000000000581729ed2902d755b261ee514ac2d6b2f2d02a3b3d36ffd3347917 0.00 MB 1 0
73,122 73,122 000000000095d716aa7160553c96c55e3231dc277d1809b36e72fdeb09b690cd 0.00 MB 1 0
73,121 73,121 0000000000156410afaaaabfedfbdccbdc965dab94bb174be4ab66b5f6c55bdb 0.00 MB 1 0
73,120 73,120 0000000000903a01b168daf2edd2bc5562c63e8fa3f2877425d71e20aafec933 0.00 MB 1 0
73,119 73,119 00000000005c099263f0eaca861661565a229057167953b85c492cd8529202e3 0.00 MB 1 0
73,118 73,118 000000000077847e5d5cacb033ed829da1109d9bc73ac22063d052f1115ae2cc 0.00 MB 2 0
73,117 73,117 000000000004a28d492502a54d9d6d1f0d9b42e8fd1c4969ce5f84e6af71f9ae 0.00 MB 1 0
73,116 73,116 000000000058d498236f2cf83abd905a7d6fdd40f44507d7640214c477c67d0f 0.00 MB 1 0
73,115 73,115 00000000005952cea2007d40ddaa1637e715037df7c9ecc7b71fb79e84b4a49c 0.00 MB 1 0
73,114 73,114 0000000000507e97283563f541eec81957d3c7e53dc1201212c7e93a9e02816a 0.00 MB 2 0
73,113 73,113 000000000022fd34477d873966fc5ee50788bdfe793cce46a3d6aa7c326fa320 0.00 MB 1 0
73,112 73,112 000000000059f5bf182cc4fef49f7521b03384b72c2f6f01d293f5b01e69aada 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,425.90 GB sent, 131.32 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.