Explorer IconExplorer

Memory Pool Memory Pool Refreshing

21,739 transactions (5.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,310 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,444 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,309 (862,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,280 47,280 0000000025af534a227c2796d62c9590557117d536cd261cd0f7290176173f77 0.00 MB 1 0
47,279 47,279 000000001d586dd14d213b0da982f22be861ab2b9ed12558eb74919eebeeb8b5 0.00 MB 1 0
47,278 47,278 000000001cdf8611ad14adbd5ceb693dabec9ea8650da9f6d3d5cf75951e462c 0.00 MB 1 0
47,277 47,277 00000000103a6a51e270cbb18f6bece8f60fe29388f1517f1b39314faf0d89f1 0.00 MB 1 0
47,276 47,276 000000002b0a1a20ff5a3135e030a1fc9a5f4274a3c6e512b5366c68442d44dc 0.00 MB 1 0
47,275 47,275 0000000017937b37edb2d023632b02a63d0fcfa71258471050a230be69dd5ecc 0.00 MB 1 0
47,274 47,274 000000001ce0a88b3eda76ef9288d1478e3cbb19a7e54c9aee9f458f205a5ad1 0.00 MB 1 0
47,273 47,273 0000000000bc4ee8364377e17081c55a866a59e1008ac67a6650ef87de5d040f 0.00 MB 3 0
47,272 47,272 0000000018e528d04b39a9214845d4fea5a74ea4162e32291989dc118af11ff9 0.00 MB 1 0
47,271 47,271 0000000028535b34197a896486bbe2075eac992fb529f8ff6a6e118b118d86d1 0.00 MB 1 0
47,270 47,270 000000001f5d7ca74580b1584821e01b96bb016601a11bfcbf94904ac0acc556 0.00 MB 1 0
47,269 47,269 000000000b15eb9a34ac909a9d7105dba42f468336ff7acdd8b39775656139c1 0.00 MB 1 0
47,268 47,268 0000000037912fe83eb48dde6045f826d9ed1c4e9a724d8c5e36b5089162028e 0.00 MB 1 0
47,267 47,267 000000001f844c0173842e02581dacb1cfaea302e6ff076972e9897c5ea31b3d 0.00 MB 1 0
47,266 47,266 000000002f083e53cc95c738eb5b6e0bd12bec53f88ba4c427ac1a161778c1cf 0.00 MB 1 0
47,265 47,265 000000003699a5010e33e1f55a3c68cee6b51ebff5360cb764e406e9804f814e 0.00 MB 1 0
47,264 47,264 00000000197f77fc03f5ed7bfd10709e2fdad0c4db92595757d11d09ed17cb01 0.00 MB 1 0
47,263 47,263 0000000026d9a59713b17a608953a1e90e77a0f099e3d91df94a2a85158286c1 0.00 MB 1 0
47,262 47,262 0000000033b97c3042987b0a131b2f6831b4c5e5be15ffc4c2a751dfc5fa17a9 0.00 MB 1 0
47,261 47,261 000000001421771a3462dc7aa602542c86ca45254c9a9e7f99d017a7dc50be64 0.00 MB 1 0
47,260 47,260 0000000021f8ec8f15ee4b457aa5a19e491ca8857acd5d65f68f20a87c78b72c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,066.22 GB sent, 108.77 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.