Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,294 transactions (4.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (840,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,264 69,264 0000000000c59c7320a4769196fad6698841d39e2a9702c363635b07fcca5661 0.00 MB 1 0
69,263 69,263 0000000000f2b89314cd4f49ed2767ece6cc3bae738ac03519ff62757e453fd5 0.00 MB 3 0
69,262 69,262 00000000003d94e4a4446df9df1b33511fe9d866e93465c05679f19ba2a28184 0.00 MB 2 0
69,261 69,261 0000000000c4b77eccd6e111dcd75817b829402ffbb82bd2d5426cf33cf72c4d 0.00 MB 1 0
69,260 69,260 00000000012bf43d98f4e0d5a5adf9bf3919f83c3a657da8de69f0ecd53958d4 0.00 MB 4 0
69,259 69,259 0000000000b94fc3ee15a323c22eeb54771e2feff8a6a94ee45cc85faeeb3914 0.00 MB 6 0
69,258 69,258 0000000000466a155a0f5786afea6a07e3d6d5ff2b0f07e8d763e4370d55d610 0.00 MB 1 0
69,257 69,257 000000000141c02604a2b502f8c11cdd0125047dfdc5212f58899cff9de5fe6f 0.00 MB 2 0
69,256 69,256 0000000000332a518d7266114713d048539e2ad220bc27762ee822d5bad2e388 0.00 MB 6 0
69,255 69,255 000000000137e0dc7ecd00fd135ab833f6ba6424650a5a16be04d325c49ae3bf 0.00 MB 1 0
69,254 69,254 0000000000fe6a840e92ccb644129eee3cc5f55c83644afb38a4ac5ecfd025ea 0.00 MB 2 0
69,253 69,253 00000000008725feed3b2b34f72e2c2c7a1ecdb9992cdc0c95f673f000c9bf6f 0.00 MB 8 0
69,252 69,252 0000000000d3436f3f77731de90ec2df796ec51da782e7ab084d7a6a271b748b 0.00 MB 2 0
69,251 69,251 00000000001cd9a9ca61c44b130985e83270efb6c8c1c7d02b7773863f83d5bd 0.00 MB 6 0
69,250 69,250 00000000003d095f18e14cf127160d5992acdeb4defe5246118fd0aae8edb721 0.00 MB 6 0
69,249 69,249 000000000045232b325bbf5802c64b99579e3156d86d3305ea46609096113b08 0.00 MB 3 0
69,248 69,248 0000000000e8b2032d0977575b660ca33ae7ef1507cab5a8b50a11842554849d 0.00 MB 3 0
69,247 69,247 0000000000a1336eeab4aa28fe15ebbec1593560eb3b064b57d461914d810adc 0.00 MB 2 0
69,246 69,246 00000000000816af0a5d4c2e43dbd5aa139a4dafd2bb9f4e963dc86e4ed2778d 0.00 MB 1 0
69,245 69,245 000000000103071ab06d5e48329257c1e78b712511cf95f4b6b8e0bd43969566 0.00 MB 1 0
69,244 69,244 000000000120b8e8b58320c88a151fd64f57f359e78695c542ca40324367c7ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.35 GB sent, 108.31 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.