Memory Pool Memory Pool Refreshing

6,868 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,252 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (647,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,136 260,136 000000000000000f322634dd2e08d1d4f7d5bd20e29ad9ad9f3ea5a5fca03270 0.10 MB 229 126
260,135 260,135 0000000000000005148048f306a31bc981c1afe5d04192c1b6a59ddcf6864fe4 0.09 MB 118 85
260,134 260,134 000000000000000654a81e2a0965c9e4cad4cae48783fef52ae250598250e706 0.25 MB 512 908
260,133 260,133 0000000000000010113f264055d6dceeea4a3d181003ba59a113817ad19579b7 0.25 MB 626 125
260,132 260,132 0000000000000001f98da70a427f9519c4bd111d560993281f89fc513c70c403 0.06 MB 124 55
260,131 260,131 000000000000000f9fcf185529ee44c6e64eae071f117d6ee83e02ba5548dd6f 0.05 MB 35 26
260,130 260,130 0000000000000006983914149f1cd6be83762cf369bb1b2e776c69ea6559315f 0.25 MB 545 106
260,129 260,129 0000000000000000f63386e81e6b163fded690630ece2132e777d0b48aa9ab94 0.10 MB 331 27
260,128 260,128 0000000000000003b2c318ab56ac83151e201d41d921e942d565e93ad07be6b7 0.00 MB 4 33
260,127 260,127 000000000000000e29d55103f838cde19cc2fb8b0183d577be6b37214d7ed3fa 0.04 MB 70 90
260,126 260,126 000000000000001a886ada8f080fe8ecdd25bb65e2d810300978ee60dfc62b51 0.21 MB 306 59
260,125 260,125 000000000000000e640ca1d933bf278c696931169ac42f1c385ff81d61190686 0.03 MB 65 37
260,124 260,124 000000000000001c98c4de36d186ef11a9c1b5629e4eca8dfc16aaffeed1c06a 0.07 MB 125 103
260,123 260,123 000000000000000cc3dcb68947169f5dd33c890119a8b5336b17906c1423884c 0.13 MB 320 129
260,122 260,122 000000000000001b2363e326fba2f8ad1753a5d26f3726728f2ab2e1efcab295 0.07 MB 192 119
260,121 260,121 000000000000000bfc1e26f5640610df87564c05cb619a8fa437de8964dec0f5 0.08 MB 145 76
260,120 260,120 000000000000001bd63c81a14bdeaf15a4e0f3656783e70bb62f06268141a3c7 0.15 MB 356 146
260,119 260,119 000000000000001015d4bbd3c6eff239822388d1a4d9a3b958dfcc70ba74b9b6 0.20 MB 190 23
260,118 260,118 00000000000000052bd693c9540531e35049bba4e441646da76e28356e5982e2 0.50 MB 1,226 128
260,117 260,117 000000000000001b353efa302a8ebdfc321f94c457c1d25259455a23799d3ed0 0.13 MB 221 75
260,116 260,116 000000000000000817efb5fc6b3d08e25f937702f2b44a75284c0689197b28a1 0.02 MB 48 38
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.