Memory Pool Memory Pool Refreshing

9,431 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,468 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (713,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,993 193,993 00000000000007a6ad7e2bc056f0c0ba2c86ed193dc79c5779787b67eea63b0d 0.31 MB 273 97
193,992 193,992 0000000000000572735e91275568f7721c7ee7c4be8e869a058bbe3d49c56824 0.42 MB 329 78
193,991 193,991 0000000000000097424a4f04c237012c81493103d94d3f3c274c36e3049a089f 0.18 MB 227 78
193,990 193,990 00000000000006d22d37fd3477a828a1e0106bc46c5de18db68938a374768d1e 0.00 MB 4 14
193,989 193,989 000000000000079789d45e98f8f99a2a4b5e113062435a66b4e83d0fc699eb84 0.25 MB 675 172
193,988 193,988 00000000000005d25b864b2afadba51e77c34dc2c0b502e109f3b4d086bfab17 0.05 MB 106 206
193,987 193,987 00000000000007077f58e46f37725b13d4de017671c1b4e055f71f62142ee78e 0.05 MB 186 72
193,986 193,986 00000000000005cd60285ea7bbbf12d31c1af7f501d5b87f6c38bbd9a8997303 0.25 MB 584 170
193,985 193,985 000000000000066fe30d0c4c48a8bb65b2ee5298f6cd3cc4399100600e9873e8 0.05 MB 163 89
193,984 193,984 000000000000058089158d6b32e16eeea95f44620da85d850ed98babef6ded09 0.05 MB 101 106
193,983 193,983 000000000000041836999a475dc79fbaf1eedaa3c32d91f8aed46d65c589fa28 0.05 MB 109 152
193,982 193,982 00000000000000685685ec242c87099c84d1648aedfed7d8eeb480eb06f5a2e2 0.05 MB 107 81
193,981 193,981 0000000000000475a90386395f0532ee154603c99f7d712388d7153af60c1f53 0.20 MB 366 91
193,980 193,980 0000000000000309c31d1dc3b4ecbd0e03935dbda0a79065dc0d6c898366cf86 0.17 MB 256 81
193,979 193,979 000000000000044dfcf3d4339ca3ad99dfb3b0d33c8961027a5f07e4a9ab7222 0.23 MB 512 122
193,978 193,978 000000000000025503acc3f6b218ebd93cbba7091863c36769ae444b4a05cfce 0.04 MB 148 27
193,977 193,977 000000000000015886b967f2a483cf5ad78db45572918571deea766b0eb6689c 0.12 MB 256 117
193,976 193,976 000000000000010cbd757fa3bf652faa95c6ef0da6e3898236977bc238b1d014 0.17 MB 256 63
193,975 193,975 00000000000005b3bfd81e9b7ccaaa80d67714429aed0d2b2a7fcfed47121ab2 0.25 MB 705 162
193,974 193,974 000000000000071887a02697c5b08c93fd711d9baa5ac077e527a44f07efef0e 0.25 MB 770 157
193,973 193,973 0000000000000608ffcac416814b9bab50f0c5f751e65ddc070041fc4baaedf9 0.01 MB 39 129
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.