Memory Pool Memory Pool Refreshing

5,425 transactions (2.06 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,299 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (895,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,378 13,378 00000000c57cad54d630e6542fa329cd548229965caa1ec6e744a4c36b203c39 0.00 MB 1 0
13,377 13,377 000000000864f59f818dcfbf17bb2d45ddd33431564fb9d1ab516efc5473e8aa 0.00 MB 1 0
13,376 13,376 00000000cfb141bb5985fec2c6b32220b96169d49b945261f850841e599c8fea 0.00 MB 1 0
13,375 13,375 000000005d037490d466895a6ae1917138ad939037c69aad46d5aea21f886881 0.00 MB 1 0
13,374 13,374 000000005bfef815bd7eef7ac6897497b9333571499bc692aa3d1eb5892fa543 0.00 MB 1 0
13,373 13,373 00000000de6767f96f0e41198bb757c0033ba5683060d2407aadaf132eaf5e56 0.00 MB 1 0
13,372 13,372 0000000020750d87b74b8d6f81e8a88f0aa906de2d86eda8b21e93172a02d592 0.00 MB 1 0
13,371 13,371 00000000dee635a0117ef3917ec9e9060c5ae4506105df01a8bc5af970e003ab 0.00 MB 1 0
13,370 13,370 0000000098dd293685e72296f0858f9134de3aecb8e7a69f259e6d87877c69cf 0.00 MB 1 0
13,369 13,369 000000000fa199077e7aa73bd2a31aa5a439d0fd086a85398fe0eadbceaf2296 0.00 MB 1 0
13,368 13,368 000000001563e67bc1ed5022e837d97d34c3e78ed33e02d3051e177542c2bd3b 0.00 MB 1 0
13,367 13,367 000000008be5151fa84c4eeec998e61cbcfdaf8123d610381d7e3c8c25af57d2 0.00 MB 1 0
13,366 13,366 000000009ec410c470dd1d1e4dfbd6f67041893512903509ebe97e099cbeb548 0.00 MB 1 0
13,365 13,365 00000000d6120f5ac71ff7bafeb62cae2cb479a51b6f1599edd0b7551a4dba2b 0.00 MB 1 0
13,364 13,364 000000008fba29aa5c1ac1c7cb4292a283ff7a287fcea717e45f15d90bdcdf66 0.00 MB 1 0
13,363 13,363 0000000084461c2b2e1fcc068c8effdd57439295e0728d2b8fdee626ee36e4a6 0.00 MB 1 0
13,362 13,362 000000009dd2916e5e6c81314ee11789e9fa9857484eeb7621b435682854821c 0.00 MB 1 0
13,361 13,361 00000000226069dfe066ad273cd57e4dd6c4abe4f32ebabd6409ab3cfd842467 0.00 MB 1 0
13,360 13,360 00000000df104196795e53c5f508a5306917883737f795f53547b00d4589b919 0.00 MB 1 0
13,359 13,359 0000000004067bf1667c61274cedc966c166dca238ae8ce7e76fa3c0c5cd7ac1 0.00 MB 1 0
13,358 13,358 0000000015838a00bf2d090954371e42c098c4a193683f3f4ee8f430dd9a3a20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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: 1,856.91 GB sent, 102.78 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.