Memory Pool Memory Pool Refreshing

1,660 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,617 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (800,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,273 107,273 000000000002331b7eff8e55a0442fa37545ce541a3b28ec84e10b8f8902b4c1 0.00 MB 13 0
107,272 107,272 000000000000317ee23a34d1063f10f64f7b432b3f9a48d25ed15b20d5548ef6 0.00 MB 7 0
107,271 107,271 0000000000014d49daa8d8a0cfbd2cc09ba2a556e783401fbbc6bbfa47b10d45 0.00 MB 12 0
107,270 107,270 000000000000f93b19e09549ab8409dfb9b500328d53dac5c8dc7c4b257b3cac 0.00 MB 7 0
107,269 107,269 000000000000517c773931c79cdac299fddcadbd6e22557989fe24f45cffa948 0.00 MB 12 0
107,268 107,268 00000000000210f4feea1859d26d2b5b08a885840dd7295dba0ced06fa468465 0.00 MB 3 1,033
107,267 107,267 000000000000bd8d4f24d440d38df85f31515890666562d4e7fecbd6a2362e34 0.00 MB 5 0
107,266 107,266 0000000000006fb02027ab277247d2f345d4b752a239855660873f513999c2f9 0.00 MB 4 0
107,265 107,265 00000000000197685fba620d631094b72ed2e69615b24ea94dafa30625af6714 0.00 MB 8 0
107,264 107,264 0000000000025aecad8badace0aee5d9adb3dd618cd75bf248321c787dfabb4f 0.00 MB 12 0
107,263 107,263 0000000000015a5da66858c9d7925c2cdf6a0a590972d26456456b2a64995884 0.01 MB 34 0
107,262 107,262 00000000000191cdabb5afb90af51e1c7436d94b1406a11c37ac202e31aba618 0.00 MB 2 0
107,261 107,261 0000000000001b2f5b59f4bb6fd7543d593a3a02d0463cef566bc4a2c665e6d3 0.00 MB 15 0
107,260 107,260 000000000000c679d5aa6e55d9fe4683dd1eba512ea6acbd08eb1f1f69e835f7 0.00 MB 11 0
107,259 107,259 000000000001d57a36e7fce084e54701ff1869d2973a58ac44dff74525fbabf4 0.00 MB 13 379
107,258 107,258 000000000000ec336d6b884f1e63c13c3a4531faafd59fd3ff64bf7bb10e9080 0.00 MB 1 0
107,257 107,257 0000000000017930bc5180867f7f753c4cfb122afa0f5f298ea130c7d4d41bf8 0.00 MB 5 0
107,256 107,256 000000000001e9c159440e7209817f64e918934452df6d6aa10868bd54b24569 0.00 MB 5 0
107,255 107,255 000000000000302aa4835d2cb58e7839bfa14869d463a4935085505d35c8c323 0.00 MB 18 0
107,254 107,254 0000000000021307473f6cff5a055a002af0786d1ffb0cd5892f298da2819e36 0.01 MB 23 0
107,253 107,253 00000000000216df6a3f6f232aec7b229de2ab389564da98e926869b6f3a2613 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.92 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.