Memory Pool Memory Pool Refreshing

6,502 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,489 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (700,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,459 207,459 0000000000000095ad06a6403e5a7c1cdf632e9d9f165040431aad0fd2f9b0be 0.00 MB 12 141
207,458 207,458 000000000000042512fcf3cedc5b8cea34a8eb656dc9e9dede115451328aab5e 0.01 MB 25 122
207,457 207,457 000000000000017d6334ea4879445b3db2742aa4b126c15f780e359b10fec080 0.02 MB 28 107
207,456 207,456 0000000000000473bb364efa322545e19937bb67c653b9784793001016a19136 0.12 MB 323 214
207,455 207,455 00000000000001310f4410a7619b0672450b740cc25bb1cb0b1dce30de08de15 0.03 MB 84 155
207,454 207,454 00000000000001e718dd31d0f22f3a177f8dbbb03c37b1eba45614796b84cb89 0.03 MB 74 227
207,453 207,453 000000000000022e33f41c889ae9c06b1a74a7a7769cf59c2f22dabb527ee8bc 0.00 MB 7 135
207,452 207,452 00000000000001894a5aad844c222b51092dff0d62d55ad2c454d141f99418a5 0.01 MB 19 116
207,451 207,451 0000000000000331e087f1d5c6cc49ef140d55455add2cffe93e01abfd97a912 0.02 MB 58 225
207,450 207,450 00000000000000496e043df09131fac46f1c2e917aeabd067e306a69ba447fad 0.09 MB 183 154
207,449 207,449 00000000000000848feac61edc5681e9ff4b8053e46a4abaed969b2ec26f713c 0.21 MB 534 199
207,448 207,448 000000000000008c92e502f39403437341bdd6fbc4e11206092a277e9cd72e4f 0.02 MB 47 78
207,447 207,447 0000000000000148722aec6ff2cab8b510aacda3c545603fba3b5de5e14c7be8 0.39 MB 303 87
207,446 207,446 000000000000028d94078309df25a90ee29787d0d47793949dcd390f4d906224 0.01 MB 22 120
207,445 207,445 00000000000001e9527c455659f0d62667575abd0e5e3ddf7d5ac0fd04726d9e 0.09 MB 169 126
207,444 207,444 0000000000000196644b62f17542276513eba6c28cf5c0f22ab40f207fce2d09 0.00 MB 8 108
207,443 207,443 00000000000004777f8c42eeb65f8acecc78b3a866e569146a0c1f7be0c9ae70 0.06 MB 132 210
207,442 207,442 00000000000003671c770f83e088d9f7aaf57e08ea12d613f04b6f7c6223cc5c 0.10 MB 238 178
207,441 207,441 00000000000001867ac2924d25b5ff0a1b70ce3c2e9e7910f65e58b3842eed6b 0.07 MB 18 61
207,440 207,440 00000000000003182d2ae6374fdb23717b7de4f6fa3ba4921e740946c76e2fc4 0.03 MB 74 184
207,439 207,439 000000000000030db06dbbd6d855f5f50d6bf4578ff6467489d74b02a07ff8ce 0.08 MB 171 192
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.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.