Memory Pool Memory Pool Refreshing

4,076 transactions
1.49 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,922 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (421,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,380 486,380 000000000000000000eebf61df12ea529ac193c3f4c1233a1ccdfb6054497b5f 1.01 MB 2,394 131
486,379 486,379 000000000000000000d31c1af7413f67978b1ca246d17b46e82c2f0b70f284b3 0.32 MB 719 119
486,378 486,378 000000000000000000958c667d9d57d05ef9a6034b15917b3058b17d2dbd1649 0.32 MB 709 213
486,377 486,377 00000000000000000033d3766fa8782e4c123f66dd037ce5c042b525d962ae43 1.01 MB 2,222 114
486,376 486,376 000000000000000000a91dfae72c721863be4c545177a982dad2f95a4a07f6d6 0.23 MB 637 107
486,375 486,375 000000000000000000f62866687ce21ea9d33b24ceac7112b2c5c029e8810c31 0.24 MB 553 110
486,374 486,374 000000000000000000d8bab33950cb3aae62547b6421ef7bbaa3f512ff509338 0.92 MB 1,840 106
486,373 486,373 000000000000000000706e3fb0b09d9d02d13ccc389c32f9a8ec39adb8857029 0.95 MB 1,896 63
486,372 486,372 00000000000000000031cd58e348525573985db218d074f54fb6ae3313daf422 1.00 MB 2,389 175
486,371 486,371 000000000000000000b332f8c2835ee74ae3b8ccb35e33311e5ed842c218d93b 0.20 MB 516 116
486,370 486,370 000000000000000000462817ac67309e5225d0bcc5cbeda8a0d8c9d4827070b6 0.40 MB 1,014 99
486,369 486,369 000000000000000000fc9ba922377e1adcbefd070f989991e8fec58ead449e1d 0.94 MB 1,896 46
486,368 486,368 000000000000000000cd7da0cdfc24caf98734e30e99ca0fb09b7bdc025ee863 1.01 MB 2,170 210
486,367 486,367 0000000000000000001c7e4a28c7ec6b41f143fd04abfc142e8d24e0eb6e8d61 0.93 MB 2,029 80
486,366 486,366 0000000000000000008d92975d9286bf337f9b1bd391bc5aabaf6bd3df22d19c 1.01 MB 2,113 127
486,365 486,365 00000000000000000023f05fdc247cce37f13c0d61e11bcd3b16202a90a91369 0.37 MB 842 131
486,364 486,364 000000000000000000fad15c88c20a00a3e14baa78ced075537952e6f41ac97e 0.16 MB 333 124
486,363 486,363 000000000000000000db2ebb95d8f4647a9b22229e6812d1c22ed16438dad9b4 0.85 MB 2,075 70
486,362 486,362 00000000000000000034ff821ad3ca5fc0cfcb9ed3d9122eeb380a4c7fe64a0f 1.00 MB 2,045 133
486,361 486,361 0000000000000000007a08aa13c685a4d68f9b4e8d9144c0448fb527603cce71 0.64 MB 1,222 136
486,360 486,360 0000000000000000001b9dee6e2838ddd0e70fdd8008378177b6225ceb9ace02 0.97 MB 1,709 28
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.26 GB sent, 94.22 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.