Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,465 transactions (2.51 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 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
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,562 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (854,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,299 54,299 0000000006b6975cd474c2801196a90e626c70fa4cb513125a4a91dc7310b8c4 0.00 MB 1 0
54,298 54,298 000000000ce230af43069d4cc182ec4dacbd51842cbab248faff94552409a2cb 0.00 MB 1 0
54,297 54,297 0000000006436284385cd5fdcca27c64aec4f2af374b3f86b7b272f7d597cdc2 0.00 MB 1 0
54,296 54,296 0000000001e86b9a1404bb83303638d7677454fd54e851025040c8404b001f6c 0.00 MB 1 0
54,295 54,295 00000000134470aa4018311d7773ab8d1a7a4d368f5d0e7640954f80604a9bdb 0.00 MB 1 0
54,294 54,294 0000000003ee4dcb3fdebb7218555ec2fbab569999d60f0785b2e935fb023f61 0.00 MB 1 0
54,293 54,293 0000000003cd454700f73150d3968cc9227c300e6b8477d32e46e2c26ac2424a 0.00 MB 1 0
54,292 54,292 000000000212eccb54f29ec45f03efbfb1aa672a15349ddff777f6a63f21ccdc 0.00 MB 1 0
54,291 54,291 00000000021bcca9b490381a61cad28dbf1e7d4f388590e0a8922ab4f3ee1935 0.00 MB 1 0
54,290 54,290 000000001622a77d07a9202b86aad62098ccc5604a9f1552c32cd465b018a7a2 0.00 MB 1 0
54,289 54,289 000000000755700934a804e50320d4b25ba8be79c9692805bf308451aaccae2b 0.00 MB 1 0
54,288 54,288 000000000dcb5dffbdd968115c1a4768e4708a6530b49441b3b05b3ed19f9c58 0.00 MB 1 0
54,287 54,287 00000000112a5b3f2c66716432852dfd01e0ae8161f342be707f41e060e0d253 0.00 MB 1 0
54,286 54,286 0000000002cc9fcb019b884894a7391ffda8964e3d5793879525d7d46ef76fc9 0.00 MB 6 0
54,285 54,285 000000001005d1b6d6a5beedb6673ff3877fcfe56bb33f88f30893ac1a25f85e 0.00 MB 1 0
54,284 54,284 0000000000188747a1a0c98790b1b03bf7f9ffbf4501e01db2b330c0ee4b6ecd 0.00 MB 1 0
54,283 54,283 000000000c360cb1f31720645fa06dd9aa3461b0426960c9b35e3f8fb4de5432 0.00 MB 1 0
54,282 54,282 000000000b995dff943fc61fac0f32fc9c484d3aed0f83d4d71f5bbbb2058d1f 0.00 MB 1 0
54,281 54,281 0000000005e5730ac5eac33e6665779ff7aa3ac5f9db00d6466c62abce579fc2 0.00 MB 1 0
54,280 54,280 00000000005ad40f6c1942bf702d59b6a4600650b8d2851b49585c43251b11af 0.00 MB 1 0
54,279 54,279 00000000134dd850c741c193961678073a38ed7f609983c43b7be113cd80f148 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.60 GB sent, 107.92 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.