Memory Pool Memory Pool Refreshing

10,623 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (687,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,199 220,199 00000000000002e6678cbf1203a03895d15616a6003a7d44ac806cfaba12917f 0.02 MB 33 131
220,198 220,198 00000000000002643422856d0be9db9a1e1090765a74122275ec6193c4bdcd0c 0.10 MB 236 136
220,197 220,197 000000000000016c8872a52aafcfe39ea46d3649d0d1ba7cb8071d36bc4eafcc 0.23 MB 551 181
220,196 220,196 00000000000001a5fb2ad8a50eca40e72f74c4a2067db5809bb87b3b8381bcf3 0.04 MB 110 87
220,195 220,195 00000000000002b1e469e78df96be306eac4fd2835eeb63951a0a4584d4ab06d 0.20 MB 514 183
220,194 220,194 0000000000000437d9e173f4bb27f65b5ed076e7a81ee11bec6c0dcb1b3d2706 0.25 MB 623 215
220,193 220,193 0000000000000513d417eb88e8e6d80157df7026ced642d492ab4ffc36fb3be0 0.25 MB 360 139
220,192 220,192 00000000000000020c7ec7f99afe971e8b90a4ea00f169a944a5e3d66d830de7 0.25 MB 615 174
220,191 220,191 00000000000000d9ec7e480423573dffbb3e9788bce5acbb2b07f659aa7ab977 0.25 MB 854 259
220,190 220,190 0000000000000143913e75bcecaf6885059166898bdbba80551f3624bb3f8539 0.05 MB 126 155
220,189 220,189 00000000000001a5b4aa54842c5af827631e9aa81532163c5495a00c105132a0 0.18 MB 194 123
220,188 220,188 0000000000000185df5ba79bb91950a3d68549e27efa1e09708ae407e0769aec 0.05 MB 104 134
220,187 220,187 00000000000003e65e698e25646efbe18a04a8b4807ae3323dbc78c1ce6ccf63 0.25 MB 223 90
220,186 220,186 00000000000005041618724344b3d2ed47befb1e185ba0f3340e33790c263379 0.25 MB 693 225
220,185 220,185 00000000000003e5ee295e99d9e806c7c77e8938a76a2ae073503dc864b52847 0.23 MB 239 108
220,184 220,184 00000000000001899e4a9debacf518496641be67821e36a550ca1ab2e4ec5b21 0.32 MB 656 158
220,183 220,183 00000000000001da907cfe9826ad856f86f8e97d8b6b8ce67026d546ae0dbab6 0.04 MB 64 43
220,182 220,182 00000000000002436e2f59a2da21d6cc2ed9db2b2d15399eadd27f3a2e099480 0.26 MB 308 110
220,181 220,181 000000000000030310e55acf8951e230675950e3f5341142e2461a725ab51d12 0.02 MB 29 125
220,180 220,180 00000000000000a119538ec3c51d709c5ba3b499870eed73af84609087f69098 0.29 MB 733 208
220,179 220,179 000000000000040e5ee486e5ee4891b788d7f0a6652ffe72452f98ced3580278 0.35 MB 618 48
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.50 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.