Memory Pool Memory Pool Refreshing

3,047 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,766 (721,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,778 185,778 000000000000009afa448954bac22b9c0c7cd421f27834cd3eeed66023c16817 0.04 MB 87 119
185,777 185,777 00000000000008fd8d3346000743d52c4d919b89132cb2f3fcf3f40397db01ae 0.04 MB 78 45
185,776 185,776 000000000000062bd80ff4c626f458e200c54e378927e10b9c912bf39b6a1ffa 0.10 MB 254 120
185,775 185,775 00000000000003a0950431358ed757a311ae105910a534dfc08c8be4b39bd4d0 0.00 MB 11 15
185,774 185,774 00000000000004e0c999f108935c6e8ffa46089d4c9150024840c1f3ded4d1a0 0.00 MB 15 110
185,773 185,773 00000000000001c08ade50bf064d24b4dbe2c17c046d32cc58580c5b4bf84532 0.01 MB 28 66
185,772 185,772 000000000000098a2b4c5d8d14db1a28fbfa8e793761b22a5ff79ab7ede57770 0.04 MB 97 117
185,771 185,771 000000000000064f9a40a552650f16a9e02479a628bd2dce45bc11177c7e46b4 0.01 MB 35 95
185,770 185,770 0000000000000883fa681a769eb30d5a44c6d033a1a7ad66cdc831326e5fc366 0.08 MB 203 152
185,769 185,769 00000000000004ad77e9e82c97ff7a36d39b70e030f1ea79192da515446b4911 0.08 MB 145 83
185,768 185,768 0000000000000964bb645ffe9440aee8a8bae4a55f2fce925ede2920425737e6 0.01 MB 32 41
185,767 185,767 00000000000001a90884cb11f0fe71550f3d420e46f4b15e9fcd3d0a98929d70 0.08 MB 131 127
185,766 185,766 00000000000008e9c89a4a0ca8513132d24212f7558bc7c891faadf2c9252d38 0.02 MB 58 71
185,765 185,765 00000000000000cb707fb5c6f39c2fc1ff8a4f11ebf06db273949d23465f889c 0.17 MB 441 105
185,764 185,764 0000000000000293625b65637cbdb3cca969c0ca041e0108003c64a49252c0ce 0.04 MB 47 35
185,763 185,763 000000000000035780ede816d69a7fe32bf04232aa21f14fe390eb5bc492a9a2 0.05 MB 110 108
185,762 185,762 000000000000090da39dfcdfa6dac03d9f030e2ab911f19bd83f738fbd127d5d 0.25 MB 527 131
185,761 185,761 000000000000089aa1b26a75714d83a4044345892ba1c697c61e61fa6fd5cbd4 0.11 MB 256 119
185,760 185,760 00000000000001a2af9fb780af5137b9a5c621ac6062521b6ce4aa23014d6074 0.03 MB 103 52
185,759 185,759 000000000000093f7c19446406b804a4528d2f893c00f18b5456b8db7452a13d 0.05 MB 129 266
185,758 185,758 00000000000007f302a673b25a65924489d52d66eece871c501b9b0974710e38 0.09 MB 157 138
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.