Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,242 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,192 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (832,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,314 77,314 00000000003c3d79ae4ab7292518f2e8b6c5cf33011bd847fce31503a9154b20 0.00 MB 1 0
77,313 77,313 000000000041bd5ee583fa2bb8738f811f7918ea1d7946806a0dbc9b218a7c08 0.00 MB 1 0
77,312 77,312 000000000014ca1e10358cefbd277da826bb149620889b8ec3f86a0f186688d3 0.00 MB 1 0
77,311 77,311 0000000000241cebdb99c39c82a50d4712008c97bf5e76753b5cff7adaa3fc39 0.00 MB 3 2,083
77,310 77,310 0000000000438e2c2154e6f186dac686fe2624291a88f0d3ed26fdebb426bc53 0.00 MB 1 0
77,309 77,309 0000000000246524086a60ff3e2ff75edd8e44b64f3be2d47638b5279461d29f 0.00 MB 3 0
77,308 77,308 00000000004f4cf56e06a5e2dd48464e3e660b0b4685ab1650d44a0accddb96c 0.00 MB 1 0
77,307 77,307 00000000002ae1ae5654dfe4362e858c4120999d419025a0cf57ed2fcfa62ccc 0.00 MB 2 0
77,306 77,306 00000000005fab4211454905cda5f2d92de6425c2b595d2071ea75acf68348d5 0.00 MB 1 0
77,305 77,305 000000000057b904c0fc9a6a2821e10761b23c796883f94646af928e5048fad2 0.01 MB 5 0
77,304 77,304 00000000005817855d8eef6b8d9d2d64921dab0d262c7a7d362737c4e9b5d306 0.00 MB 1 0
77,303 77,303 0000000000178973a3fc387aeafd1f12b3974d13da16da522e951d2bb0f5d80a 0.00 MB 1 0
77,302 77,302 000000000051f693ff7269bdcfe81a61ff0eefcdb7f1d072bb161dcf4e435ced 0.00 MB 1 0
77,301 77,301 000000000066f7c448a0cf8bacf155d881585a5b933ee98f31bc5679ce84cc2d 0.00 MB 1 0
77,300 77,300 0000000000125091d74bd4230e42fc65fe95e518adda39a37eb1178466952c28 0.00 MB 4 0
77,299 77,299 0000000000306789cd42abf69172eba7f01cdd5b9fb3c126574f40a898c3591e 0.00 MB 1 0
77,298 77,298 00000000005b7de9561a31c1da44e1194cb28d09849f8d19a5bd41a38130bf8b 0.00 MB 2 0
77,297 77,297 00000000004b8e1ac64ea18a6a5450f7a14fa41ea7b034e4a1d2b54ff4d2a05c 0.00 MB 3 0
77,296 77,296 000000000049e748493462becd64549ffaa37be2736f2dfe1f24528df575c0b3 0.00 MB 1 0
77,295 77,295 00000000002ac2aafbcc8be9f3216be1f1253cf79bac8193fa52d15524f6a671 0.00 MB 1 0
77,294 77,294 000000000053e6dc753694f82e40992d8e1afa21f5657b4e0a83ae4e71d851d8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.70 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.