Memory Pool Memory Pool Refreshing

3,261 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (363,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,872 543,872 0000000000000000002563b9612b3190687079573209cc39e715626699c160e8 0.16 MB 332 9
543,871 543,871 000000000000000000044d89d34b07fc95b9dafd34d11800144a7fe6a7d3956e 1.09 MB 2,099 13
543,870 543,870 0000000000000000001e612ec6eb2a8fc6434015fc8de92472e21c683d382a25 0.70 MB 1,664 18
543,869 543,869 000000000000000000182284c518c8329c86746b64be4bb7c4da864b1da00839 0.92 MB 2,067 15
543,868 543,868 0000000000000000000642d908d55dbbd3acbee41f4ef18cd39ccfd11c3f124e 0.55 MB 1,186 29
543,867 543,867 000000000000000000194f2fbf20a2c2e3deb1123f8bad12a081054526e84139 0.46 MB 850 20
543,866 543,866 0000000000000000000fccef70896766ab2588a4971c5850527cdbefe6e3d115 0.32 MB 617 8
543,865 543,865 00000000000000000003f08b1dabcbc14c8b61f55e46c0ffda944d338f893e14 0.09 MB 134 37
543,864 543,864 00000000000000000010bf47e13291a5862aeb49c6c2284b47aad66ffed47a52 0.35 MB 763 16
543,863 543,863 00000000000000000003f6e998fd723b92f994d81d2e2ba9b1be1d39740ddea2 1.12 MB 1,919 14
543,862 543,862 00000000000000000007175cb36969ea5368d7fb4e2d0ed1f114ce9f58642e2f 1.16 MB 2,281 13
543,861 543,861 00000000000000000003e31b4493729c36d1d149ad1a457b44c90e83f9ef2b3f 0.20 MB 457 42
543,860 543,860 000000000000000000220c3a13cba2dac0e0eb6888d829cb260fbd55795efc73 0.59 MB 798 11
543,859 543,859 000000000000000000110577b124580d9c6f562197528bd88f408f7ffadb72fa 1.04 MB 1,486 2
543,858 543,858 000000000000000000120ac97d0f8da9a78b8c9d9f08a5e7c61ce550db7b823f 1.20 MB 2,681 31
543,857 543,857 000000000000000000205fe0d5e1c8b1f7f1ed991418c5661e8e9e0becbe2ca4 1.00 MB 1,471 22
543,856 543,856 0000000000000000001021bad050dc1b50e4f6524626e338961af5de2a46fec0 0.81 MB 1,207 3
543,855 543,855 0000000000000000001196c4d8f9c1c587018fd428e65c6476ed51273f158e75 1.18 MB 2,586 28
543,854 543,854 0000000000000000000407d898188a72f4fc6585edd4d12fd5b5861a26ef6ade 1.21 MB 1,883 9
543,853 543,853 0000000000000000000a055d62b4bbad77c4ec85f410aeb1e8b09df8ca04300f 1.12 MB 2,763 3
543,852 543,852 0000000000000000000e76f480409f0fcc41d3f88c6f6285ff13a61899eee26a 1.39 MB 1,291 24
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.