Memory Pool Memory Pool Refreshing

3,704 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (679,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,122 228,122 000000000000011947a20f01e0ee34ed063a48068fb95c5d63438b51584de437 0.43 MB 1,030 200
228,121 228,121 00000000000000419bf23804f24ca4404736cb2a2d714ee23f3edcbdbbe0a7a3 0.00 MB 5 42
228,120 228,120 000000000000001d319039e074f2060df41f9850f09b87a782f9668462db9ceb 0.15 MB 358 186
228,119 228,119 000000000000025b92caeb235632f369896a4a960cbc8605c3d63732c7bc6e0e 0.15 MB 366 180
228,118 228,118 0000000000000118b98a962796e110ccf36782a14616a62010c38b2577493ef7 0.05 MB 99 95
228,117 228,117 00000000000000d5f8ccff4f2c28d06be6b342af2d6769ee1642dfa613e458dc 0.17 MB 309 446
228,116 228,116 0000000000000150638769526a2f7966241b0a5c91c6cab73f764db1738c014e 0.09 MB 256 1,354
228,115 228,115 00000000000001b2d943eafca438b0801795e481e64a8beb6afaf597932dbdf0 0.11 MB 248 1,965
228,114 228,114 000000000000012bdf82077a87b25fc6618d644e77f841cfe1dc7a543ee5b5ab 0.15 MB 282 149
228,113 228,113 00000000000001263de355715b70eb5dbaca010e87c7eec5a097a9405cc55ed1 0.16 MB 192 21
228,112 228,112 0000000000000040623a241d9fca18d3b47e83950d2ab8286e77db4977493a9e 0.21 MB 386 158
228,111 228,111 000000000000012b60e40aadb506888ab283de72a03a18ec625e26ad94d40933 0.10 MB 256 229
228,110 228,110 00000000000001309a16ead57cb3a82bcfa082862179c7f9ebddd48263938022 0.09 MB 256 183
228,109 228,109 00000000000001aac4bf865e387ba1c1464b46de76f873906c1636aee1ce48c0 0.15 MB 369 217
228,108 228,108 00000000000001772badc3ecb0cf451b6fc2038d2a43bc925094e3121e36ddbd 0.06 MB 128 150
228,107 228,107 000000000000008a28e547f4b66341b3b5a55c656b66ff197ed7cc5abbfeb7f7 0.23 MB 273 123
228,106 228,106 000000000000027a08013adbf11d58ae57ff3afd76b9b7ae705a5aef77c14b65 0.07 MB 96 227
228,105 228,105 00000000000001698fac449d96f7c109b0ec11e38899051f0499d50a98d45ea2 0.10 MB 86 38
228,104 228,104 00000000000000b8a0b73eeec1cd9652c14c00bd7e39b257c3e2c064ccfa7c6b 0.15 MB 242 107
228,103 228,103 000000000000008caf1233eb49ce97b6030e17ea6e79098804c253a56c1d1315 0.15 MB 317 154
228,102 228,102 00000000000000b741e8979588d6e984ad1e6411603aa19edb90376fab0af0b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.59 GB sent, 93.14 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.