Memory Pool Memory Pool Refreshing

5,779 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (703,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,832 203,832 000000000000037ab5b365eeb47e0bcbc3750d457015d7b5ac09788caa46a7e8 0.06 MB 125 122
203,831 203,831 000000000000052716a38caca2ac7f159e3cb28b9f32206cacb0469c1f54195d 0.06 MB 72 62
203,830 203,830 000000000000028b88b9535d56f6297cc5a8512c0b14912f6f2fd5cf55199c4f 0.23 MB 281 29
203,829 203,829 0000000000000549c6ee9460e438a5c3f0049be6ff25b5739a809b69bff4f50c 0.09 MB 39 42
203,828 203,828 0000000000000094e5462dd6fe8192c25ba6d3ea6bfe8e4f0b9a7f06299254e3 0.09 MB 216 125
203,827 203,827 000000000000045234cb187e31465ea485eb61c13858e3f16a643104bebc866d 0.13 MB 331 179
203,826 203,826 00000000000002b0f81cd14334f7de42a8c64ee9f629787a472a02da3a7f25e8 0.00 MB 14 14
203,825 203,825 0000000000000467ac5961590649e358cf753d73822dac2ecef27dadf58a6cd9 0.08 MB 183 124
203,824 203,824 00000000000001beb36bb93f2184a4ecad6ac7e80f13e9a9b12be2e1bfe4f0d8 0.08 MB 217 216
203,823 203,823 00000000000003fb1c13ee1b9c2c8f5dd818a4913c36a180d42c1dbfd0168030 0.04 MB 118 188
203,822 203,822 000000000000038912871ed7c6508385a0290acbe16467e47d49b6a4ae5d8f6a 0.00 MB 1 0
203,821 203,821 00000000000000e0ae33591d9b74fad7e039a7739d4081c5cb38405786eeaaec 0.03 MB 54 141
203,820 203,820 0000000000000185b8d6e7aa409727cd4937cacf67e8afb89ff98362d633f786 0.01 MB 32 153
203,819 203,819 00000000000004048250e52a53a0f8b9fc134ec02363534c4ba7b2379bfb2d4a 0.06 MB 147 150
203,818 203,818 00000000000002814fd791fcc8f04094810ee2900e7e67d7402549ee98cf304d 0.02 MB 14 9
203,817 203,817 00000000000004efb278ca254e144828673912d0baf2be9a00b9055ac4921a21 0.07 MB 135 188
203,816 203,816 0000000000000247f1d0162a39c1e1299e5f822d5efb66ea6efe8fcaf0d8bc36 0.06 MB 146 204
203,815 203,815 000000000000018c0511b6c8cef40b2f356d98d12b0b3148863b9b34cbb7362a 0.00 MB 1 0
203,814 203,814 000000000000042cf18c53495b03e512a6f743f525c1caa7d0f72cacd8f288a4 0.09 MB 226 157
203,813 203,813 00000000000000f802e6efb34b4a0c9878661ef4833de4923b582b78a5824658 0.00 MB 7 197
203,812 203,812 00000000000001a5e6d71b3fa7608f9630e9e118aa1ed7941b060b5eb33da976 0.02 MB 50 137
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.