Memory Pool Memory Pool Refreshing

3,873 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,511 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (81,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,394 826,394 0000000000000000000261d69f00acb0630d9420dfe32fc0975a6d418a03a73a 1.89 MB 4,550 45
826,393 826,393 0000000000000000000111ae2d3dee83e28d552e27c6e8ff6c32f4be64cea5fc 1.68 MB 3,995 75
826,392 826,392 0000000000000000000349fc74c237a6f5326421c47a5b42c61a7f41e6d50588 1.85 MB 2,422 42
826,391 826,391 00000000000000000001e85f7b3b5fb30a6b067f26ede6d174c8d6b5b59c1932 1.69 MB 3,591 58
826,390 826,390 0000000000000000000095e0e8cbac72d8474b5102ea8fc39b8e957c35642dc7 1.59 MB 3,812 73
826,389 826,389 00000000000000000002dc3578cf65aa5b25d50eedbd907e51e91cf1e85b3045 1.82 MB 2,564 114
826,388 826,388 0000000000000000000310758a2593a9f48ad537181241b2d8c6603b02a7945e 1.64 MB 4,618 168
826,387 826,387 000000000000000000007c577e496487c26028a322fe4a6a7758cdf2b378b228 1.86 MB 4,194 45
826,386 826,386 00000000000000000001212ae66bbb7daa857372edf9982e357924c8873e759f 1.63 MB 3,521 43
826,385 826,385 000000000000000000011e5bed0ad5e7a692e4c620b8f1a46ef2848ae9b2fd07 1.75 MB 4,063 67
826,384 826,384 000000000000000000021206804b84d5503ffeff493d2607f8b929333bbe0f70 1.89 MB 5,194 67
826,383 826,383 000000000000000000007423ab7acd8dbd95f221ad596e505374116dc88315e9 1.53 MB 3,195 65
826,382 826,382 000000000000000000037c0c67cbda94f050f44b2dddedbe455b2d486fbeeb19 1.81 MB 4,537 42
826,381 826,381 00000000000000000001cd18822436df6d890b2aebe62e4c5e990386c0dba46b 1.57 MB 3,186 73
826,380 826,380 00000000000000000000a72e1b52eaf3c82a8e30bb4ee330f431102ce5dab4b8 1.58 MB 3,835 105
826,379 826,379 000000000000000000012359df8ed548d973ef4c68a2283092385fff80791d44 1.64 MB 3,955 66
826,378 826,378 000000000000000000023ce845a4e226e25b95dabac27ee885a6051076cea9ae 1.55 MB 3,451 43
826,377 826,377 000000000000000000026d48484a40ac331569d4049e37235b541a9423c261bc 1.53 MB 2,844 62
826,376 826,376 00000000000000000002f46b12f301a7536f981745bdd683659674ab3dbc947e 1.79 MB 4,292 44
826,375 826,375 0000000000000000000326455f7d664aee60b0a424aa6304b5c9a813f194f6c0 1.84 MB 2,733 34
826,374 826,374 0000000000000000000155b858675249a413848d34274ce36d2b7082305bfaac 1.81 MB 4,246 40
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.