Memory Pool Memory Pool Refreshing

2,179 transactions
0.61 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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,166 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (44,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,420 863,420 0000000000000000000102de7c60d982b4c24e611026f7e6ddafdea3e9a83e04 1.88 MB 493 2
863,419 863,419 0000000000000000000149c98cd5e7672f5a325d9f34ec6589f7550c56b86e27 1.90 MB 1,014 2
863,418 863,418 00000000000000000000cff6c9d0d11f1fd67590ebdf8a67a9d961ccc55f7e46 1.53 MB 2,357 5
863,417 863,417 000000000000000000029373861a4e404c0993e133c024dc8ea0a9d16ccc40cd 1.79 MB 3,086 4
863,416 863,416 00000000000000000002963f8c6e9fcec566f48b2a890d1297a99a8efcb35b92 1.64 MB 5,034 4
863,415 863,415 000000000000000000003086cd0464603bcf4f42cc340f200afc6f0cc1b54d83 1.44 MB 4,767 6
863,414 863,414 000000000000000000017f9fe3b658de1cb51f3adf5af9ebf320555dc6e51f53 1.50 MB 5,130 6
863,413 863,413 000000000000000000024c2e5b63fd020c513cf4a35e41c790b2adfdb3a11d1a 1.44 MB 5,340 6
863,412 863,412 00000000000000000002a8d43d313b4c501e8a92892f00e35124bb1d78f32c99 1.52 MB 4,122 9
863,411 863,411 000000000000000000011ca8391ddc90cbdffff2b160ef157e87a7aad460b1cc 1.70 MB 3,400 4
863,410 863,410 0000000000000000000025c11a8469e6fe6da78d8c838c49cd79d1936e555189 1.41 MB 3,672 6
863,409 863,409 0000000000000000000271fc2f7f64c65b3c9a0934301ba539edd4ee6e5ee877 1.47 MB 5,305 9
863,408 863,408 00000000000000000001c94ac0ba14b07bff8da36aa1f837091a9f722d191228 1.55 MB 5,292 11
863,407 863,407 000000000000000000024c5c4d4a41b64e8d2ef9de7e162e5510ce74a4dfff59 1.47 MB 6,152 12
863,406 863,406 000000000000000000021c8bb6b09b198b43e0814390a61fdf9313381d7a03cf 1.39 MB 5,769 15
863,405 863,405 00000000000000000002522dcb7bee56cbda01395d17aec40ad13a002ce96502 1.49 MB 5,723 5
863,404 863,404 00000000000000000002fbe4876af987038fb0ea25a8a5ea692293c2e3764108 1.51 MB 4,051 7
863,403 863,403 000000000000000000015da89bfb4ef81d5f9d375916e3920c49eff3091b5b43 1.51 MB 3,744 9
863,402 863,402 00000000000000000000f9f20ea02eb7577731aefd980553e720a5f0bd3ec71c 1.63 MB 4,426 4
863,401 863,401 000000000000000000009ef051ec714972c88c3c33742634e1aafa265dd1aae5 1.59 MB 3,630 5
863,400 863,400 000000000000000000031f3b350b41277209faaa790ca6ed46863df64ee2730b 1.47 MB 3,648 9
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.