Memory Pool Memory Pool Refreshing

2,426 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (708,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,268 199,268 000000000000002b888240511ad17719debca5463ca0ca460774094bb6ea5e63 0.05 MB 112 100
199,267 199,267 000000000000020227556ffc323f629d545b77d1caf82de5e9838aedf08593fc 0.03 MB 78 81
199,266 199,266 00000000000001bd59ee14df9edeff7653f977cf8f2263a357cc23cf43e8c03d 0.07 MB 86 140
199,265 199,265 00000000000002f8cfa8e8d8555aa477ddd9416e85d17c000cc71ccddbed27ba 0.24 MB 370 125
199,264 199,264 0000000000000512d4ce1f9a26bed8b88d1c488aefe50137e25a70e7a84f5140 0.00 MB 12 615
199,263 199,263 00000000000000f50b68a47f68e4c0b548e86d99c0d432072f02d2315c0d3512 0.39 MB 752 102
199,262 199,262 00000000000002af34e3e9c60888e682ba33f4d79b9bb35366ce6b6e846cd09a 0.07 MB 226 85
199,261 199,261 0000000000000255f20e177fdfd0cd8fefd6e0d159389ead78a05c341b50b757 0.25 MB 581 159
199,260 199,260 0000000000000465ed35cf9d5637e8236430e45ce12fda5065b0b9b88bdcf57e 0.00 MB 1 0
199,259 199,259 000000000000014a61f9d0ff5394d677909887e793a4e0d6601d23e229afa51c 0.04 MB 135 18
199,258 199,258 000000000000031901d61e62156733a9ae25c83fb1c9f08ef0a322c84ded77c2 0.04 MB 94 85
199,257 199,257 0000000000000091b57dfe2589307bf092bdb7b76d58c8e17299df6490208d85 0.23 MB 541 136
199,256 199,256 000000000000016472e7519d7517cdab2661a6367fd80ac8edf241c57592e479 0.05 MB 70 249
199,255 199,255 00000000000003827cd302844f619adf5eb159d2595fe21e6e8af3c2f4043eb5 0.21 MB 546 139
199,254 199,254 000000000000039fe09b36571744248c0aece5f8d1ef2504305d48edf8d4c7ad 0.25 MB 612 166
199,253 199,253 0000000000000312a9f4d39f75c7a9f36b76314abd6b56a6a6378cb539194f3d 0.07 MB 224 634
199,252 199,252 000000000000052b15312fa3b1a99e0b2be64cfe8822a707ed69c0fb86f0733d 0.16 MB 330 137
199,251 199,251 00000000000004b44d42b100dad98eb0c4948e1c71f950902da32e3ff941b81d 0.05 MB 111 204
199,250 199,250 000000000000009c41cef62b68a5b6954b69eaf7c8139d3c5f09d6e0b7bb454d 0.00 MB 16 10
199,249 199,249 0000000000000539bc552ee0ec6eac7c54372cb636613096cab438179813bc43 0.02 MB 38 234
199,248 199,248 00000000000002bcb626e30b3186001fdac671351d885f611c9a491a12408931 0.05 MB 123 144
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.