Memory Pool Memory Pool Refreshing

1,480 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,480 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (897,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,440 11,440 000000001a32a82487a456bc4f1979f4a50704eed7d1388d2bf0f8efe52cf11e 0.00 MB 1 0
11,439 11,439 00000000049137852b46aba056158300a0c020e671de753060d270a6eea3a5a0 0.00 MB 1 0
11,438 11,438 00000000ff681b1d8caa766453172fd9deed259d250f728cdbbf92fe3971650f 0.00 MB 1 0
11,437 11,437 000000005ed00b25c6fef1389e04f9e925b9706d784fcd5ca15139b602b58edb 0.00 MB 1 0
11,436 11,436 00000000dfdbab8b511b489cfba5ca0fc7ff17d455dee0417cd4703656a26884 0.00 MB 1 0
11,435 11,435 000000004c048462e633805fdf8a1990ac2dbd5a870f0adb38bfedb4bed9dece 0.00 MB 1 0
11,434 11,434 0000000071e51227b97653818334994ad1c0c6d3a73ea2fe3cbf0651610c8bad 0.00 MB 1 0
11,433 11,433 000000007dfddef8d214470aef434ef75702217d2efb6b5671d84c04431f6384 0.00 MB 1 0
11,432 11,432 00000000788cb6cd3f34adeaf17c8708ad68faeec0748833140e61562bdb9c1d 0.00 MB 1 0
11,431 11,431 000000000caa805a3c89588305001556c044f0b0c5ba8fdf64be497959be5847 0.00 MB 1 0
11,430 11,430 0000000081a92557cdd59742ec2201e072d065c81f84ac9476761d6743096c09 0.00 MB 1 0
11,429 11,429 0000000055749e3ac3095dd58a5c64a81e0b87f8bf664762b4f821e941b80cf3 0.00 MB 1 0
11,428 11,428 00000000dde34dfbf413c404860bd3981c1a8a816b8c009956a791330f251c00 0.00 MB 1 0
11,427 11,427 000000002acc844154fbef1d93563f6c519865e41d8fdf9b755e129cc8a230e0 0.00 MB 1 0
11,426 11,426 000000000c1b45a6e5a24ac6d07d1bdd01e5f1bd0aefd04730d668e3928c24cc 0.00 MB 2 0
11,425 11,425 00000000ee02e6c54f7ea7352664f0e663b130d12bea0dbbe902866c7b24728f 0.00 MB 1 0
11,424 11,424 00000000e7498529c41aff276dc447ea45429e04346a4fc7eeb5f4d31811656e 0.00 MB 1 0
11,423 11,423 0000000080ae69450a9af53d220f627e62ecbec48ba030a5129bd155b74c2f8d 0.00 MB 1 0
11,422 11,422 00000000fb0630fff46fdbe905953513b4a1df18dfc680c44e5e8805bbec831e 0.00 MB 1 0
11,421 11,421 000000006099e4177bd5c20767d51841447e9eccb3c4c50b6dae8144f8f90937 0.00 MB 1 0
11,420 11,420 000000003af3ddb1ab94dda2c4737924431033022596eceff9c02c1472a2b22c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.