Memory Pool Memory Pool Refreshing

4,572 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (687,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,740 220,740 00000000000000a5e0589d31d7e8265ffa9cacc0c38663e151fe9d6a298e43d6 0.27 MB 603 278
220,739 220,739 000000000000000aff328db831cab8f6f25efd22cb69d42fc93708142df7ef63 0.08 MB 289 181
220,738 220,738 000000000000050a5c493d2c7d8839bc86e7f65006a9a33cd8c8923f2791b099 0.25 MB 420 156
220,737 220,737 000000000000000ee6087ae07e8491d4c852ae6a51012f007546fd2bea5eeac6 0.25 MB 453 145
220,736 220,736 000000000000020b720cfb7215e38a1f95a7913bd24b3248a5e6a6b97c125091 0.05 MB 123 97
220,735 220,735 00000000000003c1f83104ee2a342a2124b524da9212a4ef41cbb6adbe22e0f9 0.25 MB 622 193
220,734 220,734 00000000000004802b709fc05cb581c10f9370e6668a8b4a9688d68b8beddcdf 0.32 MB 720 287
220,733 220,733 000000000000050c06cbe967ebefe2e4907afb10b8d4692d13ab77c97ad7d877 0.25 MB 682 408
220,732 220,732 00000000000002474e42bbf69a1a6f67a65816f981a322ea7dd82d608d7ca3aa 0.31 MB 675 214
220,731 220,731 000000000000009bfcd380c3c9c44eceb53640bfbd0df0fe9d7ad849c052a615 0.25 MB 683 209
220,730 220,730 000000000000024fa3e7fbf43b493b0245c055c41bc0811840f2ac2a7b0463e5 0.17 MB 227 112
220,729 220,729 000000000000050ec7e2a329805b9aae375ebf28046a35f60b1a185ee3a834f8 0.06 MB 207 290
220,728 220,728 00000000000000a5c2c4110287c310e882d25a1d76e930f6de990a75c77369eb 0.00 MB 1 0
220,727 220,727 0000000000000397b3b430732e719e726a92616764dcf466c979bfe7d332bf49 0.25 MB 579 185
220,726 220,726 0000000000000235c22d47f75ec756203a5a9d1cbfdb82c89a88543ffe855ae9 0.28 MB 541 177
220,725 220,725 0000000000000311ae31d3f2501328fafe393ab0f6a9a677124b59c556f94294 0.31 MB 462 139
220,724 220,724 00000000000002e2947d5442f4613d8030c9ba6d25cb3bcfb3e573041fa71c6e 0.25 MB 528 191
220,723 220,723 000000000000007a16a7037079718816ded514a013051d18607b90d38705a822 0.05 MB 148 38
220,722 220,722 0000000000000496c63d0324dc38e5fb1bb9795a1b42789e41b5700467ee09d8 0.25 MB 784 275
220,721 220,721 000000000000026c799bae7b23058e0b0e7522e7b0a5245cc6b663a6ebad50ec 0.00 MB 1 0
220,720 220,720 0000000000000483c7fc6a38880acc70ac258539e8c39b2f84a468c74d54335e 0.00 MB 10 451
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.