Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,192 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,328 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,175 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,327 (887,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,290 22,290 0000000060f008ad64573e03b74f572015d6dc0582c8310efc7f29029dabd10c 0.00 MB 1 0
22,289 22,289 000000000ba042e397779aec7075607756eb40b72f2daebe02fca64e74ad945c 0.00 MB 1 0
22,288 22,288 000000006c306d287f7cc1d0ce7de7cb5f844871aaf1293d3cb0dbfcc300936a 0.00 MB 1 0
22,287 22,287 00000000bea3f04f901e88b56b46926a6c72f5bb4a60330dfa2d3ce6a330cb15 0.00 MB 1 0
22,286 22,286 00000000e549be37738ef3ef7a16e0e99f0e9fe069d0f84aa5528c10fc49ebcd 0.00 MB 1 0
22,285 22,285 00000000c85ca1a033d4df2e30404178c2c1d487a49cb09224220f6f54a05f45 0.00 MB 1 0
22,284 22,284 000000004c33fff9ebaca900ed7e5c9d07a7f384f98a1a54d48aca1f934c0898 0.00 MB 1 0
22,283 22,283 0000000082bf02c65b392b4b0bb5eb29daa3c11198d888c60059df481c1e1658 0.00 MB 1 0
22,282 22,282 000000008e8101d16bcb2493d9222378ac8cd5c4479d7370fdc4558f777e36ea 0.00 MB 1 0
22,281 22,281 0000000061e5dbf9c326ed779415d3b65abe5524a815b9d72b2222deefd49f93 0.00 MB 1 0
22,280 22,280 0000000038245c281ddd2ad23b27545e01e2737d74de3fe6c96d2e09c7bc16ca 0.00 MB 1 0
22,279 22,279 0000000084b76930c652d00a9af33afe434f5a41c4f5f5070529e9ace675fe7e 0.00 MB 1 0
22,278 22,278 00000000d59ce4f9584428768a2cee12edb4b832e1d641f1ddc8297f6f87525a 0.00 MB 1 0
22,277 22,277 0000000007c735680764677d62e2b454950321ba296db5f83c133533121cf091 0.00 MB 1 0
22,276 22,276 0000000053e6e05814ca15c68f2e17ce8a016a3ad4b76d5e830392340a448b79 0.00 MB 1 0
22,275 22,275 00000000609b7d6505a88bc287b5280cbe2a3ce35f23d81b708578b841d77f71 0.00 MB 1 0
22,274 22,274 00000000e5e1eddc7c72756f9f0779b5bfaa787283494261c167dc01b1f8eb8d 0.00 MB 1 0
22,273 22,273 0000000026b194c10ec5ed3270402c6474d27ba2c1150117029942704a37aa6b 0.00 MB 1 0
22,272 22,272 00000000c7f960798fbc66ea6dbe439434791a968cc16815f3b29251de5f2dd3 0.00 MB 1 0
22,271 22,271 00000000cbbc28b48e6facda980d9d85cf6c616fe62982174a34a18b3bfeabf8 0.00 MB 1 0
22,270 22,270 000000002eb00fdb1bf9c7647a0b1e19487020db1af8dab7a0fdb1b818f582fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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.63 GB sent, 108.90 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.