Memory Pool Memory Pool Refreshing

4,384 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,841 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (700,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
207,438 207,438 00000000000000a99edc3501432a4673093993a70984e451c1b072bfb8f60a2a 0.02 MB 58 182
207,437 207,437 00000000000001e787c34c459a1a29a66db67439860ee0dcc371a5408f56689b 0.06 MB 139 200
207,436 207,436 000000000000008e121f7dcb79c55cef60a8745d8372100e0c2e5de518e382bd 0.14 MB 343 193
207,435 207,435 0000000000000263de1d6288c05b95817c0024c2cb714fea446af83ad7904108 0.01 MB 9 25
207,434 207,434 00000000000002a2d7e759b86e4227eb75fe12b5d27e576fafcdcd80612ac2e7 0.00 MB 5 35
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.