Memory Pool Memory Pool Refreshing

1,257 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (762,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,036 145,036 00000000000005bc30160cb0614aeccfc218e622901ce556e163e7c60823c3e5 0.02 MB 45 469
145,035 145,035 00000000000000d4450a212a40be3315833c394fc0d7f938e4117942685d1fd3 0.03 MB 90 87
145,034 145,034 00000000000007d42ad3ef8aa3541833631e0e59fb6daae9528ac262a748fb30 0.02 MB 46 105
145,033 145,033 00000000000007737cb0ba1b054dd0a93e9505c5253c22892df053cd7690c7d6 0.03 MB 50 151
145,032 145,032 000000000000069c41c0ba8112c76f80d9f6c38ab3f305eb8298e79ccd2872c4 0.01 MB 20 73
145,031 145,031 000000000000082e497ca959cd41bed9bb403689aaa0c91de69b7fd7597c5163 0.01 MB 43 59
145,030 145,030 000000000000029e58fbf03b9e4b95237338478489e488b9db09bb08ddd3e943 0.00 MB 10 87
145,029 145,029 00000000000005e9692ad9b233cde6f8c596ed75429210bf3b571e5662728c06 0.02 MB 58 121
145,028 145,028 000000000000072e670b7332f615d3189bc7ed364108d416ff985facf68a16c2 0.02 MB 37 134
145,027 145,027 000000000000032932b203152f54175870e7f1709e815b5f6ce1184047d0d584 0.04 MB 86 106
145,026 145,026 00000000000005688651d978b72e511bc67aa2a87bb51d77a1e433c2d439e2e2 0.04 MB 119 149
145,025 145,025 0000000000000286c8f13c78e5025c4b23e95557cace7740c74a59b370b39242 0.00 MB 12 16
145,024 145,024 0000000000000913bb5dbe69694bc03d0d36277be875aeba7f5fbaaad4a4c4b5 0.06 MB 75 75
145,023 145,023 00000000000002aa4b2423b6e682417ab9fdc68316c1fdea3dedbebd92b1f1fa 0.04 MB 91 302
145,022 145,022 0000000000000894a61d0683624a5b363cf07f3404c014b799d8d07f2eb52b7d 0.02 MB 28 190
145,021 145,021 00000000000007538c0e6200961c4c8a2d7447885f4b33817abdd564482c2e2c 0.01 MB 13 254
145,020 145,020 000000000000037254b6afd7ff2c7dbf18de261eea856f3a6ac1f1ce96d11a8d 0.05 MB 82 44
145,019 145,019 0000000000000892943ab3ceb02c6732dd23b7aee447cb54f84f973c3beba9ec 0.03 MB 78 98
145,018 145,018 0000000000000113c52386286a5fd2df3d72e4432eaa9b5159f9f7f8d1d8760c 0.02 MB 25 394
145,017 145,017 000000000000069889a41526a45d7e03d85f69a71bdd1f8ad9391ba3c355296d 0.01 MB 29 105
145,016 145,016 000000000000020f1fefdb1c021666ada7341247a943a4817bab53747021380c 0.02 MB 89 86
Previous 10 blocks ↓
Total Size: 769.56 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,649.26 GB sent, 95.75 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.