Memory Pool Memory Pool Refreshing

494 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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 0.20 vMB 480 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (637,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,916 269,916 00000000000000066d23885d5c985b346ef07740b60960a1980e6e6eb2056e2a 0.03 MB 95 184
269,915 269,915 00000000000000064c9a9c7468090d3b70057d6916c38222a6c3b28bfba9f5db 0.20 MB 464 84
269,914 269,914 0000000000000005dcdfdea32a3e2d2d175ec4b63177960e52a485c4286034a6 0.13 MB 257 50
269,913 269,913 000000000000000498545e2b22ba69042ea5c16939c0779630d7611f88995669 0.12 MB 382 62
269,912 269,912 00000000000000044877105fadb5057b680e4c9611934ce0120ce064941819d2 0.13 MB 309 76
269,911 269,911 00000000000000015537ea8d35b5c1a338827e4fdc7a405f3a69e4835322ab4d 0.15 MB 443 147
269,910 269,910 0000000000000005985efa8709213bacbe1e17ad42c6e04f3a703cee34970067 0.05 MB 129 117
269,909 269,909 000000000000000839002e76389fcc58050906763dd9da6f9c40a93320cdf8a5 0.09 MB 229 81
269,908 269,908 00000000000000063704cfe61cb2c5c9829418e98911582ed264aabf7bbd86c8 0.01 MB 44 112
269,907 269,907 0000000000000001d42d2c48bf998486e387241dbb55bc6e8d124f6932bee201 0.08 MB 235 49
269,906 269,906 0000000000000006d7e70fb3ebac4d0c34b864f02bfaa40863ee5c8c8e36e498 0.55 MB 1,369 132
269,905 269,905 0000000000000001714325cc68aa1c967a9c0963c0a528f89a5a51f9395e368c 0.14 MB 307 155
269,904 269,904 00000000000000033eaf493066fcddbf78e7abe62792066f25c34c6b13a5befd 0.03 MB 65 103
269,903 269,903 0000000000000002ee7c6bb73ba16363636f87346de3a686179d7c80905b2c6e 0.05 MB 149 164
269,902 269,902 00000000000000019b769468abb7dda18703c7b394d434e3aa8edef367d68461 0.01 MB 6 18
269,901 269,901 000000000000000867664c13dddad22000d1dbfc7434c51637f20e1b3f637476 0.08 MB 205 78
269,900 269,900 0000000000000000027a5eb956fee39ab7f1910e5a2155080ce9914dfedb7b21 0.08 MB 216 88
269,899 269,899 00000000000000020573c1094017087a65874a181c45f37e2a19acf1bb9b26cc 0.01 MB 32 40
269,898 269,898 00000000000000063036e0fb0409ed6bb759d1e4ce4e4d13228614594fd6884d 0.07 MB 101 50
269,897 269,897 0000000000000001d95dffbce64291a9dc426a7f5e0bf767348227c79aebb6e0 0.05 MB 126 63
269,896 269,896 000000000000000084c1ab296f5f331fdc4c61c7486cd6d6e15c0fb0ff4285b8 0.01 MB 31 36
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.07 GB sent, 93.41 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.