Memory Pool Memory Pool Refreshing

1,753 transactions
0.48 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.47 vMB 1,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (897,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
11,419 11,419 00000000751528db4536199e560e5af1249eb861992396e20322626c302f0698 0.00 MB 1 0
11,418 11,418 000000009d78f6dd2c1ded6501251b1bf45e98fab256c6c14edd67f881f77bc7 0.00 MB 1 0
11,417 11,417 00000000b863bb13793c39436ced94c177d78e69d2a7e6fcc5816ad811b9adde 0.00 MB 1 0
11,416 11,416 00000000a73b58e11e4625b14ce80e2353546e843b0d1964b7ca7e4f9ba81030 0.00 MB 1 0
11,415 11,415 000000002fa9fdf5c8f18e9e8bb36b91f6bf15393161a38f862d55c7030178d2 0.00 MB 1 0
11,414 11,414 00000000ade2b7585ef341d60298da5e2a95f2160070a10e7d85748b96e4ae18 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.