Memory Pool Memory Pool Refreshing

15,866 transactions (7.52 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 681 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (849,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,487 59,487 0000000005cc00d054fb4ab575c91403341c4b9633336502175cc24a42cbad62 0.00 MB 1 0
59,486 59,486 0000000005909f9e53512878e4212ac3dacd8c2861ae328a206096b45009302f 0.00 MB 1 0
59,485 59,485 00000000071bb61f0086f6aa407c8fa6c7d4bd7d055767e051d8d695dafef2a2 0.00 MB 1 0
59,484 59,484 00000000090b8a709e6daa6be16018e2e3d1c3750b26ad29f0c191c4c6fd841b 0.00 MB 1 0
59,483 59,483 000000000b532a8176dff387c8487f7084895d1cdcc07a5d69ce7fff59e0c66b 0.00 MB 1 0
59,482 59,482 000000000e2347c29de4ae1a834808a364e50a320ce24d66fb5de571173d7080 0.00 MB 3 0
59,481 59,481 00000000028e9f3f60a6930505c8c894ec29b342413077d9e4a6c1bcfcd37bd7 0.00 MB 1 0
59,480 59,480 00000000034ecaa99ee5844aa00cc28d2d61b865ef0149883fd72de620c81a08 0.00 MB 1 0
59,479 59,479 000000000f61253643d28f506cc8ba7fb148591ed6df01b7db72355cae3404c0 0.00 MB 1 0
59,478 59,478 00000000002220f8876e3c700f686195b7d1688cd0a30961989831b0d189fcde 0.00 MB 1 0
59,477 59,477 0000000002a4d3f7b50a45b0d202ca044960d7d623456384d6a8fc4f93812cf8 0.00 MB 1 0
59,476 59,476 000000000a50ec191c53899ba7735aa8b2652f6127085ee13a0801ee46f40977 0.00 MB 1 0
59,475 59,475 0000000003f62818d672b23fdff54fbca85ef6ffaae72e97f1ce08fc5713bcdd 0.00 MB 3 0
59,474 59,474 00000000074f2edfee407b12ec0adbf086092ebf8b5610777cecaabc0209855f 0.00 MB 1 0
59,473 59,473 000000000f330ac25edacab4e66e61a29841aa60515e6e5cec264e45b0004b33 0.00 MB 2 0
59,472 59,472 0000000007b3f094c8a47962c3e34a48858c331d2c8c85c19d590f5e6dcd96e9 0.00 MB 1 0
59,471 59,471 0000000002c307245e500c3c7413cfaf02807301564fd98fb84029fdc2e9b33e 0.00 MB 3 0
59,470 59,470 000000000cccc830c9f3752fe5eced5c32daaf742f2a78688a59611f59685019 0.00 MB 1 0
59,469 59,469 000000000d49c1cad12140a90d87a9f5319d5dde941817b6bca8d71f5d4cb173 0.00 MB 1 0
59,468 59,468 000000000412cfea403be403565cdc61f98a66ca4d4851012a957fb0cbcc9975 0.00 MB 2 0
59,467 59,467 0000000006d1d10631016db457b389832ab9ef0cb547b8bcbe67fac648ee4711 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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: 1,864.00 GB sent, 104.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.