Memory Pool Memory Pool Refreshing

3,711 transactions
1.14 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
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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (688,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,728 218,728 00000000000003794e7719c1b27f4a6957a0d5211e2cec7bbb722fc14433f426 0.11 MB 290 361
218,727 218,727 00000000000001348d41f7be5023c4211d6f516016089b2b6e20264f4e34ecfd 0.20 MB 334 50
218,726 218,726 0000000000000076fed4967cffbf83165f5b5e5590dcf0a994173961289db0f8 0.01 MB 29 129
218,725 218,725 00000000000002042fe6106be57daa449032a49d7c11e8756a0189aca0aec3a4 0.18 MB 420 259
218,724 218,724 00000000000000f2c6986f9c9ccb4237edac96fdb6a653f5f150b0b77efe6966 0.20 MB 368 274
218,723 218,723 00000000000001da23170625dd8f4679fcfae9fab452f3af292bf284a1809b8f 0.00 MB 13 53
218,722 218,722 00000000000000c9f140172b3c0b5b15d5083a23d567cd0f530c7342614887fd 0.10 MB 185 115
218,721 218,721 000000000000044060a5dc99a54fa2aea7fcc990de84d332790dcb210e375a7f 0.25 MB 592 169
218,720 218,720 00000000000003b57f8dc82045c0cc02a4a8828c5de5b52bab8d585120cf651c 0.28 MB 442 149
218,719 218,719 000000000000057f8affecfc16ddbc2ab7d13e854cb7eeed5e011b081313ffc0 0.20 MB 583 246
218,718 218,718 000000000000014d167432cd79d7c6f5ee412509c49529d1b654fc56522a4b79 0.05 MB 127 141
218,717 218,717 0000000000000386bd2a0e82e418d39958d5b5fd235624551000511e43689480 0.07 MB 142 151
218,716 218,716 00000000000000fd4d7ba3616aa72c73fbbfe86491cc1fb0e3e57054fcc8ad71 0.01 MB 25 137
218,715 218,715 00000000000004db98984fde5e340a37aa53e39a90f2afa2a4c876e04f66b143 0.05 MB 83 227
218,714 218,714 00000000000000a22d49f6b74a20484dd9c95fc529d0a11d8efe906d7480ad33 0.16 MB 407 209
218,713 218,713 0000000000000080dbd5b4c96bc4eb068def9bc184ac196e56907d1a180d40a9 0.11 MB 217 136
218,712 218,712 00000000000004da408f66be167fd5ec7daba5cbafbc4832bae0bee167e73f72 0.05 MB 147 175
218,711 218,711 00000000000001c68719ccf3fd3a4fc6b6fdbdf3c57f2d764f5174817e311efc 0.10 MB 179 145
218,710 218,710 000000000000050b27da52734b256423c77be1e9521c77b26f8665df156f543e 0.25 MB 595 201
218,709 218,709 000000000000038e92cca8058f82e0a982810a46a2e659e5b32b799e06fe4643 0.25 MB 359 101
218,708 218,708 0000000000000004919bdfa01cc8c697b40a4a78b75dc9c81d7ee0082bc9446c 0.20 MB 615 242
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.57 GB sent, 92.76 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.