Memory Pool Memory Pool Refreshing

1,928 transactions
0.56 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (754,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,176 153,176 00000000000004e7bb3f1df32623b60469dff4acd1b8a587b0aa8c5d008e22c8 0.06 MB 9 50
153,175 153,175 0000000000000a581ec7c199d409e04acb8d90f896f6fae905b2718392aaedc8 0.01 MB 19 28
153,174 153,174 00000000000002e3eefdfbfcb88949434db392a0ef3b54725a6be5d583397a96 0.03 MB 90 16
153,173 153,173 0000000000000db4a4d72ca09b6abb0fce6ca1e2d32b22d3518e8ba26bca1f32 0.05 MB 150 53
153,172 153,172 00000000000007527387133f96ae5bb5898071f8dcbbf347fa7b2709ae7025a1 0.02 MB 59 15
153,171 153,171 00000000000002b632f49067024864e0f3c74e5e63189d64351a50c938ff86a5 0.04 MB 123 52
153,170 153,170 00000000000009cfe137a8fdc9b39cc94328bf998d3fd86a84d10deff4c11097 0.01 MB 14 292
153,169 153,169 0000000000000de2e7201f584026ef60c69078ca8409949e6b8190837ecebc5e 0.03 MB 78 490
153,168 153,168 00000000000002490a23d4a71dd5a0a0d00343c6d68ca7a0fb910ecdab4197db 0.01 MB 30 172
153,167 153,167 0000000000000d48590d074100521d71b82ea140ed2dd9d5f926a8bde41d2f09 0.01 MB 24 71
153,166 153,166 000000000000007b071af44dde448c6d5566948a5e81a95cfd0212d5f604f6d7 0.01 MB 25 63
153,165 153,165 00000000000006cf4612d761d2e57c21c277b6d2f930ebf286231aa44beaabb8 0.04 MB 82 55
153,164 153,164 00000000000006f4fdb056c2eec20511771c5df90f819941c687388957e6d2d0 0.01 MB 14 204
153,163 153,163 0000000000000c0bbbcc8b86c496924c82a5db119d6e328be19f4cabd7c5eb2d 0.01 MB 42 4
153,162 153,162 000000000000045600247baf500cedb1bee721a69ae58ad8dcba1e4e39bd4732 0.01 MB 6 1
153,161 153,161 000000000000020f8a2a1fd4e671772f37714340bdae0d902a2c0bf18f88973e 0.03 MB 63 60
153,160 153,160 0000000000000825da5704ba4cc735ddf18bc8cc83d8d78f8e2b6cacbd9274cf 0.00 MB 10 83
153,159 153,159 00000000000001c79a0a66c518a9af2be15faf826c0767302d33ef1c6bc9f392 0.02 MB 45 25
153,158 153,158 0000000000000b12a782fd1f18b7a68b6cb837923e2da22817e4cec2f337c1af 0.01 MB 14 51
153,157 153,157 0000000000000a3a7719fa2904a67239924ebf33736e82f5a3a80a16d27b70aa 0.02 MB 48 870
153,156 153,156 0000000000000bf3eadf7f09f5035a43c474a6a6885a74a7fa30f544b96faba5 0.01 MB 24 117
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.