Memory Pool Memory Pool Refreshing

10,040 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (605,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,120 302,120 00000000000000006dd56a8b623b28c3bf6f7c72c49a61758cce6f67e0a2d7a4 0.35 MB 786 33
302,119 302,119 00000000000000001c104bcb1f46d1dd8756d0fc2250765b2467972aabf55e07 0.35 MB 971 40
302,118 302,118 00000000000000002a248d1e2e3cf0b7426962731f8036de4909ead48950b678 0.35 MB 849 35
302,117 302,117 0000000000000000653389057f6cec92c7d0cf4c16f61f80178356e950e2797a 0.06 MB 169 33
302,116 302,116 000000000000000002d1247bcc286d59364e5c336553752599fc016265ace33d 0.19 MB 204 12
302,115 302,115 0000000000000000748b8f7251845077f292522c94c04533840d2fa9f84e611d 0.18 MB 286 26
302,114 302,114 00000000000000000bd797e159cf57e525ebc8a76ad922f1642dc2c5c7fc181c 0.31 MB 379 20
302,113 302,113 00000000000000005a96299417a620ae0e9f55879348cf143dc2ace356a32de8 0.35 MB 791 33
302,112 302,112 000000000000000049f8d557353deb60786cf565723de9643beb008d4029b7fa 0.13 MB 213 22
302,111 302,111 000000000000000072b9c3b26cb5f659f7cd30ac368de683ae9006866147f5f4 0.23 MB 223 17
302,110 302,110 00000000000000002dab789c20252c83932493665e13b2898542240fa20421c7 0.75 MB 711 20
302,109 302,109 000000000000000048aa92424c7c17e8383b6f072401226e042726a81f234bd6 0.50 MB 864 27
302,108 302,108 00000000000000007b9ea0829f57376bea4dd00f8fa6a8b1b916626cec300bfd 0.35 MB 653 24
302,107 302,107 0000000000000000312a992f6dbf2a21ec74dc1ff316d2386b3ab8ab735ee989 0.25 MB 676 42
302,106 302,106 00000000000000000d37d9bea71e0e220152e3dde8cd2a049e44fdcb42371da1 0.35 MB 834 36
302,105 302,105 00000000000000002681bc78b8ebb8fbb4da2c24dfe1c67c6e10bb6ae1e4395b 0.35 MB 1,123 54
302,104 302,104 00000000000000007a658a1cdb5fdee2aedb0898d6c8fca1fcc175bbf6d1903f 0.83 MB 1,307 27
302,103 302,103 000000000000000060bb15f88e2d93ae04ca306afca6e8071471e7ccf1c0b294 0.06 MB 109 24
302,102 302,102 000000000000000041403ed70aa2c0cb7a487d4a51e5fbaa2ebcc15761529a42 0.13 MB 242 23
302,101 302,101 00000000000000005f74a9790e7c493bf003312c0ca3db1c9c7571cda675b929 0.25 MB 480 28
302,100 302,100 00000000000000000dd020ac75e588afe79fb17157bdecfecdcc6fd5ba44ae9d 0.34 MB 432 26
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.