Memory Pool Memory Pool Refreshing

6,698 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (444,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
463,325 463,325 000000000000000000f9e6d761ae46348911572f9465dd76e6857fbfa631d8ca 1.00 MB 2,692 190
463,324 463,324 000000000000000000d6c608999fdeeed81c0a4cc63dc89b7bda2ef918cd5216 0.55 MB 1,692 240
463,323 463,323 000000000000000001ee2ee6ea90cde000bfc6495ea585bd60f54f79ed63528f 1.00 MB 2,563 177
463,322 463,322 00000000000000000019519c0cbe843bf474e11f88bfc923955735a6e412e1bd 1.00 MB 1,403 82
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.