Memory Pool Memory Pool Refreshing

7,659 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,011 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (296,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,833 610,833 0000000000000000000c2b6bd76a87f1957d3aca4f8dee396044b8cc5452f96f 0.23 MB 497 9
610,832 610,832 0000000000000000000b0c906f4d29b4ff6e7e094d325aac60d43548509511af 0.10 MB 300 9
610,831 610,831 0000000000000000000e1fa07c39f91a1c90c933d5a5b212cd4d7b51426c0b8f 0.41 MB 1,036 7
610,830 610,830 00000000000000000008a61b9b08ff2d535ee3199731796a95fff44e73197138 0.33 MB 810 9
610,829 610,829 000000000000000000133807b9d15982049cc153b8f6a633b945b26c73d6e399 0.54 MB 1,376 10
610,828 610,828 00000000000000000015ad1aa6f420dd1dc0c2c65f419209ead1b4ee406808c0 0.09 MB 256 14
610,827 610,827 0000000000000000000065ce07077a1b2ea8f8035c9b0f5282489c1be242284a 0.45 MB 1,088 7
610,826 610,826 00000000000000000000e6743970d6ac2947c2b94afc90550b54ebad22850944 0.09 MB 254 8
610,825 610,825 0000000000000000000c8e0b26e668efd36dc1953b357a66990a1121aec9ef3a 1.26 MB 2,674 7
610,824 610,824 00000000000000000000b9ab1b416d4e07c395fa76145d9d4a4ac6528061c5ce 0.10 MB 260 16
610,823 610,823 00000000000000000008dffb89beaa8233e763d8a0b1e27f978b78e748224c07 0.73 MB 1,767 8
610,822 610,822 0000000000000000000986c7ef32e80ea13e8a4f73b1a5a3c343a43c7f68e6bd 0.55 MB 1,243 7
610,821 610,821 00000000000000000010f22184e5ea649d0f40693f775eaf47ae9f87ba080e7d 1.36 MB 1,882 2
610,820 610,820 0000000000000000000d475d9bb2f479c33e26677bb99d3113b02effee740fcd 1.35 MB 2,923 11
610,819 610,819 000000000000000000113af6cc099f36c1f0d1edb5061fe1aea45b20d17dae90 1.27 MB 2,650 10
610,818 610,818 0000000000000000001573d2f4c14c206a39953b7bb3725ba3bafa66e6a1dd9c 1.27 MB 3,053 12
610,817 610,817 0000000000000000000ff1cf20075afd0df2a52288edd20a7d1cd8a51ca3e32a 0.14 MB 378 13
610,816 610,816 0000000000000000001341c66826968af28e942c999a7e563feb566cc9c7495d 0.78 MB 1,669 2
610,815 610,815 00000000000000000004280af65a3fedac5f3f5af03c70695640a3bb05a5f76a 1.28 MB 3,133 16
610,814 610,814 0000000000000000000bd55f5d69d8917d72ffa97dcc2049eaada4cf04e14807 0.15 MB 357 5
610,813 610,813 00000000000000000009b871f7aaebc2fdd65dc5f02967ec68b15e83930f25d9 0.33 MB 882 10
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.