Memory Pool Memory Pool Refreshing

19,425 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,398 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (700,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,594 207,594 000000000000000b2310e816c51bb48abbc3db38a58b1e9c7028cdb522724900 0.08 MB 139 141
207,593 207,593 00000000000000ec3d38cff04536aed1d9a08560a9b649a70e9f60a4a13b4fab 0.17 MB 441 181
207,592 207,592 00000000000001aba65b15b7adff47298f8a3e2e71aaa9e5b45bcbf5ec4ddd0b 0.23 MB 575 194
207,591 207,591 0000000000000300dc1e0336ac9b9e6ae3b8a8f8c2850182106dd03e99c414ac 0.12 MB 254 161
207,590 207,590 000000000000040b6073319ad53ab9e451b2f127b7e1c404968c4bc487a6bb8b 0.09 MB 212 226
207,589 207,589 00000000000003705242bf5fc54d9f95b2ef3988fe18e08f4fbac16c12c5df97 0.00 MB 16 156
207,588 207,588 00000000000001534e7e338e7e57eb728fba2d5de4fd1dd72002b0319b33e403 0.04 MB 96 160
207,587 207,587 0000000000000312994ffe55528ba69d5d969ba51db152d393b96f808f9aa566 0.02 MB 30 90
207,586 207,586 0000000000000341ff7c378c78f9725133b2defe8c098091cf874ab28453eb7d 0.12 MB 267 154
207,585 207,585 000000000000039216d8d7de54caedcf91b1271125f21f99430a34c6f3d44d1c 0.01 MB 31 92
207,584 207,584 00000000000001903533243bdd58dcff7b3d7b9568539abe87e44db370417891 0.02 MB 39 183
207,583 207,583 000000000000032a3a752ac2adaace96420a205bb8d41476aba4631e73a673b7 0.10 MB 219 126
207,582 207,582 00000000000004846082173e0dbf99de0e6a22557e612b2c28ce9fca9d5dd7c7 0.04 MB 81 157
207,581 207,581 00000000000001aa20fd00edc3e1c2c7823874b0c834e1a4d5d99b694b8164aa 0.18 MB 274 97
207,580 207,580 000000000000039eee9302de4e73045734bb726c98776b371c2d67e1848bd8cd 0.08 MB 191 168
207,579 207,579 00000000000001167630bce67519836042a2916594632c1992e5308daba571c9 0.07 MB 127 102
207,578 207,578 00000000000000bc40c4ac0be9bebc59fb15223c0aa9259536e13c074fca8a9c 0.21 MB 319 132
207,577 207,577 000000000000012c2847ab7d9446d0ed83fdf1340bf7b27f8b3bbd7317419542 0.05 MB 122 44
207,576 207,576 000000000000013750ed9afc1288c6f1e27a9622aba80d03f744cb6f299d88b6 0.09 MB 195 135
207,575 207,575 00000000000000c81ea2df2605415643dfe3c3bf04fc7742bf4c637a055de1dc 0.21 MB 389 164
207,574 207,574 000000000000018bb33eed28a94d1b240f810f7c52c47f3c7c41755d1692d649 0.13 MB 302 192
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.