Memory Pool Memory Pool Refreshing

1,846 transactions
0.62 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,820 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (792,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,908 114,908 000000000000968590c18d88fa231dbe4208f4628728b537681e65b201cc9b66 0.00 MB 12 1,277
114,907 114,907 000000000000240639a1b6a31cef50c071b19cd389e8994a4dcb4e84590130fc 0.01 MB 31 336
114,906 114,906 000000000000524db9fb8ea0ceea483496fb92cb27a57efbe69bb4548740fd27 0.00 MB 12 1,318
114,905 114,905 000000000000263764e7d31f4676c6b5548d68260d04d86740749a0cfae044b5 0.00 MB 13 1,219
114,904 114,904 000000000000aeff4b263c545760f8fbc794f4b6404acfb855efa15ec0d25503 0.00 MB 10 996
114,903 114,903 00000000000092857806cefab72db0f55d8d61c5bae4d9e71816cf1e755fe635 0.00 MB 8 0
114,902 114,902 0000000000004f693f41a7f60393088cf910979e6636a432fd9d60b17a7db11c 0.00 MB 10 332
114,901 114,901 000000000000a31ec1ea4c5d9e6e4f6573e37a97dd3db52c76f1ea3c7c587edd 0.01 MB 8 1,305
114,900 114,900 0000000000005dccc0048b232409d130c45e29170c2a3bb9503676e7171078b5 0.00 MB 15 1,585
114,899 114,899 00000000000035a0a761b75ae5bcebf1e97665c0f9ea10a628a72eb47a76b3ac 0.00 MB 11 0
114,898 114,898 000000000000a81b2ac1b352fedf68554a19b733ab1a2f1110a000ff92f6d9c5 0.00 MB 14 711
114,897 114,897 00000000000048d2cf3ef6b094730264b8c332c7ba66073b28874936b7c90d9f 0.01 MB 23 689
114,896 114,896 000000000000b60c7f00d4441968c557ad86da2433e81519a1b17e77e3f87786 0.00 MB 9 468
114,895 114,895 0000000000004d39ae87faaa1843aba019444699623af740933850609f6edf49 0.01 MB 10 1,254
114,894 114,894 000000000000963b446158fbabfbd38b40a6dd88c214880ef3f2827996c4523a 0.02 MB 64 988
114,893 114,893 0000000000001b67defd8ebef78e248186a766d100ac4730a6de8c9fe55951fb 0.00 MB 14 931
114,892 114,892 0000000000001d6eb07686f3328d9dc3b5ef75129f698f16e3f0f4c755150544 0.00 MB 7 0
114,891 114,891 0000000000000db5cb3d1fe277555c39fa647d176af3512004d73bfc024b0c98 0.01 MB 17 894
114,890 114,890 0000000000006ba33b971343950cab6683b20b47bcf09af50cbb9f66e177b000 0.00 MB 13 1,444
114,889 114,889 000000000000bac85eedae5ff0bd4648225d7687f8b501114c96b526532c5221 0.00 MB 7 1,034
114,888 114,888 00000000000056686eddb91bc02fdf4ac75568b5995aeafef324764b64dfa8de 0.01 MB 35 1,400
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.