Memory Pool Memory Pool Refreshing

1,737 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (625,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,164 282,164 00000000000000024ea4aab5ecbe7954603963af5c736a85975529e45adace50 0.25 MB 616 49
282,163 282,163 0000000000000000f2ec022ef8c195d2ec57440e025d5aa2f2f4dbd4defb209c 0.06 MB 127 43
282,162 282,162 00000000000000018036a67852eda22b165d02d6e58c8e2ec723abd34be3cb0d 0.05 MB 107 44
282,161 282,161 0000000000000000f2d57f0013746fc0fc4ff53dfece951da8e8396b351dde0e 0.04 MB 101 80
282,160 282,160 0000000000000002149cfee6a0a1c7965d983b399c17a3aba3ed9bc43ecbc1fb 0.05 MB 78 64
282,159 282,159 000000000000000103a685c01f622544ee52f1a8886e90c11af0aaa0539db9cf 0.09 MB 132 22
282,158 282,158 00000000000000002d1e24d701320d424f7f81ccfc90efc2d0a88e20a099a093 0.25 MB 538 41
282,157 282,157 00000000000000009029079ed69772f96e2463f40e43f584671121fbf243fbce 0.02 MB 48 53
282,156 282,156 0000000000000000c5cf2813cf2c6d0913fe8db4de5c17f6ea572ee01c3ab20e 0.19 MB 356 44
282,155 282,155 0000000000000002497bf02a749820e371b7a34ffe21e805a00267cf3d0ff64f 0.01 MB 35 48
282,154 282,154 00000000000000013734e4207ce7cd36ec9ae654f9667c92b128ed1b75ca64e6 0.07 MB 144 38
282,153 282,153 0000000000000000b5e9e718b9136a43503441c6d0f8dbcaf58244214ada3d72 0.10 MB 106 18
282,152 282,152 000000000000000031a6d50b3eedde86a7dfb908c41915b21e99516f58ca7f2f 0.24 MB 516 47
282,151 282,151 0000000000000001f0a3be1bc70749eadf8da81883bcec3d8b6f0d308419ec0a 0.28 MB 369 28
282,150 282,150 0000000000000000f770b22d998ae2f097146f8ccb4dd5dba96cdc824f0570e7 0.21 MB 279 26
282,149 282,149 00000000000000014578555e859237366c0558e224e9456b4bb8ec804c5a96d9 0.25 MB 685 53
282,148 282,148 00000000000000025683d8249092e65f3bd903df6ebcf75df6f2b4157a3ac081 0.04 MB 88 15
282,147 282,147 0000000000000000077b46b91595fc2f98b26bd760b3be0410c81180f29535d2 0.22 MB 321 24
282,146 282,146 0000000000000000d67e77027f3eaf8f2f3a5adba91ef5ca844edbd9c361985b 0.25 MB 662 50
282,145 282,145 000000000000000066452481d828ca9d481bc2d26a8fccf4218de45de3d6a6dd 0.29 MB 173 16
282,144 282,144 00000000000000016367ba546e08668767dbe9ec2473a924aec47f72b78a0766 0.25 MB 557 49
Previous 10 blocks ↓
Total Size: 769.58 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,650.67 GB sent, 95.81 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.