Memory Pool Memory Pool Refreshing

19,364 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (766,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,312 141,312 00000000000007b0fc5cc35581925f0c6a8424d76d39b5192807dc03c08d59e6 0.04 MB 86 104
141,311 141,311 0000000000000824c3510fa5d7bf94af787c8a88705ed9211ab3d43a8e5cea6e 0.01 MB 31 341
141,310 141,310 00000000000005793e92f1f0a4b4799874d62ee3f199cbf9a995265060975b04 0.01 MB 19 852
141,309 141,309 000000000000037f1844d15a9d3a20207829f48ed907119bd51172a892a17a99 0.01 MB 32 260
141,308 141,308 00000000000000d888e262b71e7e497fa4277177c109abb64118bd94a3195922 0.01 MB 19 311
141,307 141,307 000000000000013933a98827012c7d0a49b6c30c6bf0c6f2e0b2634ea99bb81e 0.02 MB 88 0
141,306 141,306 00000000000002102b51c8351cd6f63e7d0996d2ed858451a9e8fea1609f66be 0.03 MB 69 312
141,305 141,305 000000000000093bfcaa5b5e9cacef13fb09fccd120add45c1df2f5fbeab4e44 0.01 MB 40 169
141,304 141,304 00000000000003c1b862dac2f96d7ea002941962bf1da8e9ac068a35cd65564f 0.02 MB 39 201
141,303 141,303 00000000000006e642d37d040a12a6d4176cc6772c099772fd8bb89fcde05ced 0.01 MB 18 45
141,302 141,302 000000000000027804b486b7e0647e2549a0cc10092f48bb22fd74e5e038cf01 0.03 MB 58 294
141,301 141,301 00000000000004e40640c376d944417a74ecd48de5252b72ee491e1a6d0d847e 0.00 MB 11 1,058
141,300 141,300 0000000000000357a0c7ae30afcd398cfb3769641774135607cd724b951f43e2 0.04 MB 135 72
141,299 141,299 00000000000000ba4199a73d8bf5b206d6e7c8b153a356cc519673ffd9de58dd 0.05 MB 143 97
141,298 141,298 0000000000000504d16540deec62342f17fdd0b5ec16ccc7d24f45289c72f824 0.05 MB 109 112
141,297 141,297 00000000000003b648ef2da4864438b68bfacc22b634ceb52e34183c2c24e2fa 0.01 MB 31 1,494
141,296 141,296 00000000000004b63386e13d0364cc87f7a7c93115078fc9a9d7d908bbed97f2 0.05 MB 145 68
141,295 141,295 0000000000000588692e0d4a307966a412e53334b6c12d863a6fb4ccbe992ec6 0.04 MB 88 168
141,294 141,294 00000000000003da96113115097f25484675ecb927c3399a8a1ec11d3cffa7ec 0.02 MB 74 246
141,293 141,293 0000000000000872209009424c5badafa850a2e9c3ea7aae5c41f73943f3587b 0.02 MB 43 288
141,292 141,292 0000000000000342983ffe4c78e26cfdec5f5c1c2c0417d02ffc25962a350413 0.00 MB 8 59
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.