Memory Pool Memory Pool Refreshing

5,109 transactions
3.16 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
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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (481,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,162 426,162 00000000000000000078c2eeb02ab70da5f0285b1d02105a368dcf925ea47dec 0.99 MB 483 17
426,161 426,161 00000000000000000079b10edb9e46eea030358bde13a1618c37f233f51854f2 0.09 MB 188 60
426,160 426,160 0000000000000000030711ad42559f061ee197e036c9ee2160be3d40a23f1238 0.36 MB 588 46
426,159 426,159 000000000000000002d347a532508b9afde8052bae6cf362ac440066adeb89a5 0.07 MB 226 74
426,158 426,158 00000000000000000387ddfd167352ab0347eafa299d890987be04ae6d447a41 0.11 MB 280 67
426,157 426,157 00000000000000000473a3d37e9d6d1164367b9dbb31fd29f548de3b9d1e1f0b 0.49 MB 730 42
426,156 426,156 000000000000000004ffd347dac48e9a0a2a24a5eb379cf27e91e8e31b524efd 0.29 MB 668 72
426,155 426,155 000000000000000004242f34b2b68368389ca7b2627bd305090157a653e9d5d9 1.00 MB 2,080 56
426,154 426,154 000000000000000002c9f97eb9844da243d8e22024ba8291b5b04082460924a5 0.34 MB 809 62
426,153 426,153 0000000000000000040e67827107bd860e8e44b812f929379887d372425ffe4e 0.63 MB 1,447 63
426,152 426,152 000000000000000001ac315b9b6848172c91147bedaa792e6bd0b0d4c0a20bbb 0.07 MB 153 61
426,151 426,151 00000000000000000372758fa829129423a34483bef83fb24ffd087b07251f1d 0.13 MB 286 49
426,150 426,150 000000000000000001fec460d9ca5f6e38f13781161ff95698a1b20fbb6ad560 0.99 MB 1,299 30
426,149 426,149 000000000000000001c8e0990a70b66d48446f61bdf427c290a1845b5b8d14bb 0.00 MB 1 0
426,148 426,148 00000000000000000312f7318b5b200b2986621f3713ecdd192a649892fad38b 0.78 MB 1,718 58
426,147 426,147 00000000000000000128a6e0d54ad6b56865df061a07386124234962b74e3975 0.99 MB 253 7
426,146 426,146 000000000000000001d5d981c5e303e94807235cdc2ec78531e2203a24969575 0.27 MB 644 64
426,145 426,145 000000000000000002d9076b95946a3161361a17aa8e79819d5be150e2ba46e4 0.99 MB 811 18
426,144 426,144 00000000000000000118dd2ac02c864bd83daba084f6c01c956a0989887e4ab5 1.00 MB 2,136 54
426,143 426,143 000000000000000000feac4f61c9b52e52fe6b219be259ed30a259cf4921bbd2 1.00 MB 2,836 83
426,142 426,142 000000000000000004075fc44ecbcd03b322e992bf7afebc8214c74e568d21f0 0.03 MB 62 60
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, 114 incoming
  • Data Transfer: 1,633.41 GB sent, 93.80 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.