Memory Pool Memory Pool Refreshing

2,354 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (666,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,717 241,717 00000000000000ec10c8ac6be74d5e979b0d154b4f458e00fd542d30ef19f3e6 0.04 MB 104 144
241,716 241,716 00000000000000355ae3d2c600bfcb9558cbaa322a385ed4e979851d35f3788b 0.04 MB 84 167
241,715 241,715 00000000000000f3deb9c9893fd8b2840b0c2e0276c504bcf413d0febcdb8995 0.07 MB 149 101
241,714 241,714 00000000000000c314b83192ec0407981b2205a84ca933d190b3e7f04f0f6007 0.22 MB 560 184
241,713 241,713 0000000000000000916e3dfae22badced9eece31ed9afbce41abe8a61149e28a 0.04 MB 95 122
241,712 241,712 00000000000000ecb02ecee1af7e6372cabebf54b8d6012bccf74c357a463733 0.03 MB 62 128
241,711 241,711 000000000000003a2e1e588e67a54e959e64ff486a93e53a9eedaf8140bedfbf 0.19 MB 473 174
241,710 241,710 0000000000000094d175ae816326a9c7cb7888f80d85fb063c354f300afcdeb0 0.04 MB 98 162
241,709 241,709 00000000000000aea47960bff9871e76e80e59dcab186874481b4e6abd13a7f7 0.05 MB 121 144
241,708 241,708 000000000000010e9f91c53f2456558429d38e960a83b76b8d27b65156c71e19 0.07 MB 185 190
241,707 241,707 00000000000000d3ebb272739d09282d1caa075d6595681242b426b9d4ea5cbe 0.05 MB 128 164
241,706 241,706 00000000000000d0df675e34818829a7f7e28f1d6426075238891f1adde3b669 0.14 MB 341 169
241,705 241,705 0000000000000079bc4e3de1d48f68af76fc28d32ad11047f3659513f4830cbb 0.01 MB 23 167
241,704 241,704 0000000000000004abf72429b814b995dd7c689c3ecb6f8f048e07151e2a2b6c 0.03 MB 69 212
241,703 241,703 000000000000008bb5ee1b7c6e35f91c4622da85743a7dccd909ba36624d1baa 0.02 MB 47 151
241,702 241,702 00000000000000d3df19b3793bc3826909eefda5b1e3464174406d4ecdf9915e 0.09 MB 202 161
241,701 241,701 00000000000000b19f849243c751237700330d5ee62c6f571dd9cde2d6bf8ea6 0.01 MB 22 37
241,700 241,700 000000000000006331373d9f4561d7fe86483999fb68494837f430a3af83894f 0.16 MB 199 122
241,699 241,699 000000000000009394f1f5a62877b1f67704b9ba9b0b4ae249d78863aef83571 0.07 MB 153 181
241,698 241,698 00000000000000ac0c2183501da4159dc9f535860e27af6a724353335754675f 0.02 MB 33 120
241,697 241,697 00000000000000cbd562c93b7586ef28ccaea7cf54b1efafc6f00df1b9ae8629 0.01 MB 8 101
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.59 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.