Memory Pool Memory Pool Refreshing

9,316 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,669 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (587,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,255 320,255 000000000000000019a2b230e84165ec7cb60e4e2a2dbc86e181958816a0cd11 0.05 MB 84 27
320,254 320,254 00000000000000000e671fcf6fd7c55c439732f3ea5f203aed00cace6a90d2f2 0.07 MB 158 23
320,253 320,253 00000000000000001df0aded9a4e702b8cb3ad0f7c7d3855e5a05a09f4a2bb88 0.30 MB 492 26
320,252 320,252 00000000000000001964851b9e2bed8d90ae3be291b4cbe212be72d8adbaa494 0.02 MB 42 38
320,251 320,251 000000000000000017147789888836bc52b1917879a21e878e74cffb5ea76265 0.46 MB 954 28
320,250 320,250 00000000000000000fa249de565a1b7d027abc4ef511ae0d90494b830adfc103 0.35 MB 699 32
320,249 320,249 000000000000000023fe040ac1b49b0371961220fa2611a2574a4ac5b50ea893 0.05 MB 66 18
320,248 320,248 0000000000000000100d6d532a972ef2c000c4aaf37e92fe8ab9d1eb02ca3812 0.50 MB 708 66
320,247 320,247 00000000000000000999633b0ff66178373162a3a04b7adf31a1ca809fa82a6f 0.03 MB 32 35
320,246 320,246 000000000000000010dd6d4b9e6a6cb3edde6fb57d9fd2292631b473e88a2bcb 0.02 MB 42 38
320,245 320,245 000000000000000005aa76de42f04092972358ccfc76659c81ce789a4a717fed 0.05 MB 91 29
320,244 320,244 00000000000000000a1771807b13957357bf594b9f9664ba72556409ecfe84b4 0.21 MB 376 26
320,243 320,243 0000000000000000058f2ad460169ce75391096807a1a586a81886f6f418144a 0.68 MB 1,022 24
320,242 320,242 00000000000000000785a2d479de78c9044d3cb53072f59f954b8f74c9d841a9 0.00 MB 12 23
320,241 320,241 00000000000000001c19f3ad66dddc1e70e31321f2a652281b638ca72ec8fe37 0.18 MB 320 25
320,240 320,240 00000000000000001ed37bfd393e05419fe9f0a019cf3442cc658db69ac4825c 0.62 MB 1,217 31
320,239 320,239 00000000000000001934433b3f23a1eec3d9d317a3f7fb2e195a9dd9db7a69cd 0.18 MB 143 16
320,238 320,238 00000000000000000eaa9f551c34d4f73149683e63fccb019bc23981f0b85c92 0.25 MB 641 35
320,237 320,237 0000000000000000085998b1b2ee4fe4890a55782079ef8d06df1e5e71c43d61 0.45 MB 771 29
320,236 320,236 0000000000000000220ad7cf8ef92c94978ecf65a4c77e3825f44a0688811f77 0.08 MB 132 28
320,235 320,235 0000000000000000076b5d0eee58231ac9e54c26206effd015c3a604a9ce7d23 0.02 MB 29 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.22 GB sent, 93.02 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.