Memory Pool Memory Pool Refreshing

6,036 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (613,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,205 294,205 0000000000000000ba10b4e40da22a94cb3bb2a8fe56fe8df3bf9631bf67fb5b 0.25 MB 618 50
294,204 294,204 000000000000000034e4bd0511d046ba43d30bc50943fd6e5b9360b6c734e87b 0.13 MB 224 39
294,203 294,203 000000000000000019bc43593f1521c38d0cfe261310c6527a37a5fb504fe8af 0.19 MB 319 32
294,202 294,202 000000000000000049783f19e49c634d359673a55686bfb1b00c6419506f980d 0.18 MB 325 33
294,201 294,201 000000000000000093b7699b9ebda415780243e0382209303f667b9ce6d03522 0.01 MB 32 0
294,200 294,200 0000000000000000d869d4cff0dad03d98533fa16dbfeaf47e52db03be65c6e5 0.20 MB 269 113
294,199 294,199 000000000000000062361b7ffd1a314f1dc1a029587dd0e24905f22c940bed7a 0.92 MB 1,312 69
294,198 294,198 00000000000000008b29c6f554446f07ad900b1ed1814e874351887cf5d26ff2 0.25 MB 599 35
294,197 294,197 0000000000000000b083c67e49a43e9f7d01a357c912614ed28f0f7c56f8b256 0.12 MB 95 20
294,196 294,196 00000000000000004346c565aa539e86fda276da06422a233500344eb6fde218 0.50 MB 979 36
294,195 294,195 00000000000000007e09d758fea41ba9078304394f51344261c4a7275fe2712c 0.18 MB 330 30
294,194 294,194 0000000000000000ab79febd4d7e160246f322fb282e1f3a7c449dd5b5c1ef44 0.11 MB 220 56
294,193 294,193 00000000000000005221a622855fa1b0e48ea5b1adb42bad18dbe3a1dd31384a 0.03 MB 54 28
294,192 294,192 0000000000000000453837cc5e2de59ed10a158bfe5dfed86b9d46f2d4aba52e 0.10 MB 129 24
294,191 294,191 00000000000000002a4568b2503ca924e7906ba69da139d9776bc2efea589a62 0.09 MB 213 29
294,190 294,190 000000000000000070065e764cba9c3865a46a5137a1ad9cfadfb25f07da34a7 0.35 MB 523 30
294,189 294,189 00000000000000005ef4b8078f923d7ca747f8d91949a8157a2352e9d4c91320 0.03 MB 64 18
294,188 294,188 0000000000000000578f15ca1738caadfe868acbcb89d309281bb909bfd41816 0.18 MB 170 15
294,187 294,187 0000000000000000c5750598cd27a95d542266bf04b0fcfdbf886f371421abb2 0.25 MB 269 19
294,186 294,186 000000000000000038e6c7ce4c3ab35ebc8b58cdae17d1e8a3e6b070e6a815d0 0.08 MB 256 60
294,185 294,185 0000000000000000b2da7bc79c86a594f57d796cfc8d47ce20e74a2ba7b11bb8 0.18 MB 256 27
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.