Memory Pool Memory Pool Refreshing

4,867 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,445 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (679,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,086 228,086 0000000000000030f4779ba13cb0af01158a7e0e4b1864d4eec73f58c91effdb 0.06 MB 79 238
228,085 228,085 000000000000020dd4cfab1ea373447335c3be996858faeb842b6d3765b70eb1 0.11 MB 199 174
228,084 228,084 00000000000002614b618434b45c0a880074a9f3e3469401270b901c973974d9 0.12 MB 247 183
228,083 228,083 000000000000028110d3da1f4d4ca0317a51edb94c3d52da4cdae7fcef279d4d 0.04 MB 40 92
228,082 228,082 000000000000012bbc20ff1e8e6fb896b3437d3f8c66f573dc6e07580cc070d4 0.18 MB 409 177
228,081 228,081 00000000000001aac4cff86ca85814493725818ca423a9a5803acc474ff7b4a5 0.13 MB 277 205
228,080 228,080 0000000000000174ce2a7221d779225aa2a551fd1c1e0102c03e3e291bdd8d2e 0.15 MB 212 86
228,079 228,079 00000000000000f5971fc838f490a0b5b401c176beb9c839a076a96d8482fff8 0.25 MB 563 205
228,078 228,078 00000000000000a1faa1aaf41634313953d66d57f80b9221bbd199497a486a32 0.18 MB 201 139
228,077 228,077 000000000000004f0908261a5ff947a0f75a014fea06d781ee3543e2437048c5 0.21 MB 393 180
228,076 228,076 00000000000001a9ffef5adcad2440fb68ecc8ad3a23b8fec5cf819cda03b90d 0.19 MB 442 212
228,075 228,075 00000000000000d9b0798a261b02e90eafeb62c405ac4042e0effdff32d3bea8 0.18 MB 353 226
228,074 228,074 000000000000022516d7a22704495334af4fadf5b75d4a93d507ac1a3a3e8268 0.14 MB 326 207
228,073 228,073 000000000000022fa24fdbfac768c496f9045481d2ae877b7ccb6b04ae0c105e 0.11 MB 195 165
228,072 228,072 000000000000021720c4685d5fe2f46ddb9b21b592b21391f326377fd98e1a6c 0.05 MB 102 99
228,071 228,071 0000000000000015e5afb9ef30b81bb51211987713d964a609e019a0d3d1f1bc 0.18 MB 315 202
228,070 228,070 0000000000000120374b77302402f64951a73c05cdb761e7bd981546388db884 0.11 MB 234 217
228,069 228,069 000000000000023621f7b84c10d55a78f46865470b3a5a7651211cc85770a937 0.20 MB 324 178
228,068 228,068 00000000000002109fad972ce5918d70b2fbdd62163dfd4824144ca3e334a93b 0.11 MB 150 150
228,067 228,067 000000000000013cc36da8a149085dd21474ed765415e561751c2ca940c6f7e2 0.11 MB 205 184
228,066 228,066 000000000000007e31bdf10c476997c59efe62d0e3431221511257e353761b4b 0.22 MB 342 178
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,632.86 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.