Memory Pool Memory Pool Refreshing

7,774 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,730 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (444,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,346 463,346 0000000000000000001bf3b0a7fdf7e4889734f4f0c0cb00a1bb082cf3d4ad49 1.00 MB 553 253
463,345 463,345 000000000000000000783c1676537c3d29d52c6f6370ef22edf7a84215d9a61d 1.00 MB 585 208
463,344 463,344 000000000000000001f10896433b1362dc038cc576794bf82887525b97f0473f 1.00 MB 996 253
463,343 463,343 000000000000000001d5da56f0ad91830a6b017ca163233bc82ea8adce532d51 1.00 MB 1,813 257
463,342 463,342 0000000000000000015ba81be90595b0f3292809b979bbaeb1ca6dfcbd639cd6 1.00 MB 2,710 194
463,341 463,341 000000000000000000a85b636cdc89fc9f31b013d2461e022f51ff1bca0df3b3 1.00 MB 2,411 232
463,340 463,340 0000000000000000012bbe3ee04596c5b1a7828d6c81b4719ea70334935600a5 1.00 MB 2,485 167
463,339 463,339 00000000000000000165bed8cb9f35af0e692c99c0b397d6f6ca91b40297b803 1.00 MB 2,267 226
463,338 463,338 0000000000000000019a8a3fd57f989d3eeccc21d1e97edf39eb399249d429f3 1.00 MB 2,228 237
463,337 463,337 0000000000000000006b39d65efb7db2a6d13276f1f7096d830d236b8a24f6ba 1.00 MB 836 205
463,336 463,336 000000000000000001dfc98de32a57054491e0ef0d893362d8fefc017a70a025 1.00 MB 1,507 191
463,335 463,335 000000000000000000c6f9f4eb8d859f7a3ddfcacac7393b7a79ea8b63070a9f 1.00 MB 903 223
463,334 463,334 000000000000000001408e25a27bc60495728ade9176f9bef5f52792e1a3b17c 1.00 MB 1,081 236
463,333 463,333 00000000000000000126731aee942baf2c9e7ba6848588be45d7ed2481599bb7 1.00 MB 2,417 248
463,332 463,332 000000000000000000b37ccea0f80fa7a556931fd672cf5d2b885d2166f29c83 1.00 MB 2,906 190
463,331 463,331 0000000000000000016faa2dae7f74a6fd703e36b133622a040322eb2f51d165 1.00 MB 2,243 145
463,330 463,330 0000000000000000013af9d200ddbc0df033cd320c1b4b7b168ac354448c27c6 1.00 MB 2,442 165
463,329 463,329 000000000000000001735cbd5fd18aa8bf000f467b467be49512a2301efd8e4f 1.00 MB 2,693 159
463,328 463,328 0000000000000000004152c45e2e8b3d6f7e62d2b023e05468fb7efc09c16748 1.00 MB 2,598 173
463,327 463,327 000000000000000000918cc1e1b14f48fce7836d46db6d109439134d50fe126c 1.00 MB 3,283 211
463,326 463,326 00000000000000000056dda1c7fa1fbb5ee8655c9c2a1e9de4e6a19a8236f772 1.00 MB 2,212 165
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.