Memory Pool Memory Pool Refreshing

1,025 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,021 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (688,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,569 219,569 000000000000001871ce50b115ce254fb18739f37a53f504a7e8a27e755767e5 0.09 MB 147 140
219,568 219,568 00000000000002e8a91cc905b018a7323888c1e7b154692184ab4dd2053c87a6 0.00 MB 15 108
219,567 219,567 00000000000001941dc4b6ce9de8324bfb3994fafa522b36cab00ecd6448ed48 0.12 MB 231 163
219,566 219,566 000000000000004858080bbd45eee5f1747eacf174a14be473e60a41a99a4374 0.13 MB 274 196
219,565 219,565 00000000000000b85df786f97e4b0cfd6e316486b7e853e48f0d89b17002e48f 0.17 MB 422 153
219,564 219,564 000000000000016e0cb9ae1acb10dbdb0ff298f7c4c4251fe8a00bca401c5024 0.26 MB 704 235
219,563 219,563 000000000000040e2c87fe6003b282ac5d31d3e9001d55f7302759f15c26d096 0.16 MB 467 188
219,562 219,562 000000000000005bc2b77c7aef137acb00a57f3d31edb2d491a498359e0adef4 0.26 MB 528 77
219,561 219,561 00000000000004dab856967eeea0f13e07bf511a21ab66836add944770e2b3ba 0.25 MB 652 194
219,560 219,560 0000000000000290e609237f10d69c055028fd36fe822c26a87df76fdb1b0d90 0.24 MB 415 137
219,559 219,559 0000000000000473bc8feb1b807d08993203234faf98c76213f98a800bdbe954 0.25 MB 800 276
219,558 219,558 000000000000015b558eb47c234525ae16b76eef3d32d291c4e205633c3b7fd0 0.07 MB 160 111
219,557 219,557 000000000000059a1b5059f979f88fde04ca1128997c551c0412d4ef2ffaeb00 0.18 MB 449 179
219,556 219,556 000000000000057c9725c515d8696f9cf6227ce3ba0ef50986ac07f0f2aeaa30 0.11 MB 189 175
219,555 219,555 00000000000000e30f875b03a68166ba84ecf10f6fed015a29c9de393cc4fb0e 0.00 MB 10 1,789
219,554 219,554 0000000000000063ef5bbb82b47199333063f0c4ea4e3904a3e99e852e1fd492 0.16 MB 346 196
219,553 219,553 000000000000002f20eecb345a5f86ee2a645261cb5b1a37bd6d8ce05e37ffaa 0.06 MB 160 209
219,552 219,552 00000000000001dc56c581ba11fbd6d9158531d61eacf03cbe6145ba3ee3310a 0.18 MB 289 50
219,551 219,551 000000000000046246c30c54cc3eb5c2400b48b65ffb481a0db8099920dc24fc 0.25 MB 579 136
219,550 219,550 0000000000000047caa7128dad486f3a838ef3f3c49f49e124d6af89d21859fc 0.25 MB 491 143
219,549 219,549 00000000000005504cfa48169ace7c7de66847fcb27c3f4c89b4e0a051c49a66 0.44 MB 816 153
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.