Memory Pool Memory Pool Refreshing

7,030 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,436 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (900,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,181 8,181 000000001b56d9a8c00a289e21ece608739e3804b3459b334abcbff31e8c3f5a 0.00 MB 1 0
8,180 8,180 00000000eefefddda4f86c29ec384785e4dd253f849b007a1f62f9191cc50c9f 0.00 MB 1 0
8,179 8,179 00000000f351863005e8f240791c68ee047da2ff39be926ca5602e6daaef1368 0.00 MB 1 0
8,178 8,178 00000000359782b3098dbc324b8bffb279761040ca8cf3572a877a947753f1ec 0.00 MB 1 0
8,177 8,177 000000005e1d90d1e2c7b2349268b79c22eff24df16f8c0954b4125242e8f394 0.00 MB 1 0
8,176 8,176 000000001a8af3dbb163d2033002258dc649d8060967835e9b558282f37a4f12 0.00 MB 1 0
8,175 8,175 0000000062f1563ca6cbd2ba1863adb9d249a9d0415e2e12eae2d55557d6577b 0.00 MB 1 0
8,174 8,174 00000000abd582d872b2c2e2df95fd35ee849f06e74fe5a7cc715f9a59c68fe3 0.00 MB 1 0
8,173 8,173 000000006689f4b18ebae9f42d3aa3da53e2e353401b00f38daea70978518a2e 0.00 MB 1 0
8,172 8,172 000000007503606c5218229b5ed7dec308060951202a32eba433ec53e07a827f 0.00 MB 1 0
8,171 8,171 000000002fec941ddc71a8e9d1ce5ddbb84f8deeb21a8a1998056fb6ebe10c68 0.00 MB 1 0
8,170 8,170 0000000099a10ad867d932cb4c83be9d3c1015a5651371c9036ae3a72435094c 0.00 MB 1 0
8,169 8,169 00000000383f6a8a0d93575f1d6ea8a8a02a809b8122deb293402b705042d5fd 0.00 MB 1 0
8,168 8,168 00000000d2f7e13ffc5353bc62dcff9655ae55ac5dd2863a9f71a7bf2a3f70dd 0.00 MB 1 0
8,167 8,167 00000000835a6f420cf1f0d6465e5a3d90a4a6707bb2e9357505b44abf510583 0.00 MB 1 0
8,166 8,166 00000000ba79f798c4ed1ec3ff1dfa86a70856fa6ab83cb6d67f16e6f9de4e62 0.00 MB 1 0
8,165 8,165 000000001de30cff4e1b00c0343aa622db0b2f5a2f61be7beb70344410d00f74 0.00 MB 1 0
8,164 8,164 00000000858da1c33337cb05b63b2f6a1897a32d1e8d71e54e6fba72311510e3 0.00 MB 1 0
8,163 8,163 0000000092b75372616c964eb3eac4c914fe79fb48aa9e8264bfecfc6e6aaab7 0.00 MB 1 0
8,162 8,162 00000000727061d8b632e2bdcf51984a2731f8ee595b0627e47113856d926810 0.00 MB 1 0
8,161 8,161 00000000d072e1522f8c7d632eb3d560e4dee54ab2cc4ba7097f9ac1cc880b74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.