Memory Pool Memory Pool Refreshing

1,053 transactions (0.25 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 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
908,988 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,987 (850,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,262 58,262 0000000011a95bc1229231f8db916a5e038e7d0a43641eeef9e1a6e35419f5e1 0.00 MB 1 0
58,261 58,261 0000000012e659973e30944f1e1f24c1dbe6a6fcc1d4719d17b75753e5e50b75 0.00 MB 1 0
58,260 58,260 00000000053f8f6512ee9fcfb4055dbfa21a8894676974b08717d35e26fc9b38 0.00 MB 1 0
58,259 58,259 000000001346e107cf4ea43211dbbe64dfc2f019696e5cf8d14f4812018b08b0 0.00 MB 1 0
58,258 58,258 00000000124dc1b7f5d1643bdd5014edc4be11ec5b5672e283bd4606c3ccb228 0.00 MB 1 0
58,257 58,257 0000000000332af831f468ffe1163d292302a62ce5de2e7ccad3774fdd63381e 0.00 MB 1 0
58,256 58,256 000000000c59a9a32402864765a863839d6e2367f32bb42f5af9a665b52fa3c9 0.00 MB 1 0
58,255 58,255 000000000c40f4fc98588e3542af409d2d739b3089da0a0f5dff42297259d0c8 0.00 MB 1 0
58,254 58,254 000000000be8ab7008b6b02b1eb3894f94e2877fc214a69c1554aac6474c6b1c 0.00 MB 1 0
58,253 58,253 00000000065b36a42e7807d3e97bcda5e28ca201489df252a4675119fdc3233d 0.00 MB 1 0
58,252 58,252 000000001354eda95b48b88e10f5d66f2a427287bc9fb93ae14289e60212625f 0.00 MB 1 0
58,251 58,251 0000000007c67ad7c4d66803f74ee103a6eb343447cfd28144ebd0ea0e9eb45a 0.00 MB 1 0
58,250 58,250 0000000006d51c44d511f24e561f168fd2bf5954002d0d3a7a75ed89fe276a3c 0.00 MB 1 0
58,249 58,249 000000000ce53b344434e299d8b6d7d1619279be4adcfea784cf933e1645503b 0.00 MB 1 0
58,248 58,248 0000000001a8a88e5636ea7a6a2e57136e28543ac0b6ab9d45ae6a6ea95e192f 0.00 MB 1 0
58,247 58,247 00000000052c384e3443619b49ccbff139f91d01895848fbc6183e716299c243 0.00 MB 2 0
58,246 58,246 00000000031f9d0ae2462e241fa9188a7b77d7d4245d8f2cf2bc5ca4152b6d90 0.00 MB 3 0
58,245 58,245 00000000070fc74aed7390e527a1fd31a7362073a1fb047650cbc73d1aa17925 0.00 MB 2 0
58,244 58,244 0000000002c45d68b68edbb0b5e1fd78b7fe415387284af9fe87d8bdbabfedaf 0.00 MB 2 0
58,243 58,243 0000000011d8a4eb6e275021d8be54eab20641ff63a833f3eddf4db4590e8406 0.00 MB 8 0
58,242 58,242 0000000009aff56f71cd593703d39c36e08ab39ab9393f04f297d3085c94c0c5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.53 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,867.25 GB sent, 105.03 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.