Memory Pool Memory Pool Refreshing

2,463 transactions (0.74 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (850,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
58,241 58,241 000000000077275b75d3be348b75f2cfb71200ceee9f65c2de9a3b13f5ab711d 0.00 MB 1 0
58,240 58,240 00000000100af0dd1bb35c0741ffeaecf45f9bd4c16ddbb6fb47a86be81293a4 0.00 MB 2 0
58,239 58,239 000000000c811b758719fc7ed4e7b4338c5ab3c23107335732b85beefcaddee9 0.00 MB 1 0
58,238 58,238 000000000ab5563ce20514a724b9fe348bcf66a9e08e2522b0e7202f15ab9663 0.00 MB 1 0
58,237 58,237 000000001579f61fc79744d8af30d4278a36b76ecdca4d8dd00ddbce96a3763b 0.00 MB 1 0
58,236 58,236 00000000097ebc048a340c17a851c3a35466247887d3ba69a67045b034d63a7f 0.00 MB 2 0
58,235 58,235 00000000051bece285184e83d6e75f65bc83eb346abd6e9bd7f4ceb0a940c0f8 0.00 MB 1 0
58,234 58,234 0000000010d44cb0ce4de3fa304b471edca917170dc38e123932b7e321253afa 0.00 MB 1 0
58,233 58,233 0000000009b1afa612b3dccbd82fe16b32a6009f773a4b1e64e60f965ec5bf3b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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,860.03 GB sent, 103.52 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.