Memory Pool Memory Pool Refreshing

1,342 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (682,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,271 225,271 00000000000000400b3f9ae35ed29c968221bf9eb5905b0a4bada539ec0ddcef 0.18 MB 540 187
225,270 225,270 00000000000001857be74d40d4a1349e76a2630098cd4ae00e3557be8425fb74 0.05 MB 29 77
225,269 225,269 000000000000031a4b537e625df0134b109b8d630efc48a18aabbb62b9d79227 0.05 MB 91 95
225,268 225,268 000000000000022dd849ff5ec0ef55a00f85b54836fdc84cc5dd43e0eddb6528 0.08 MB 243 243
225,267 225,267 00000000000001de26195b0ab420032364831960848cbe5b368f1993eae21eaa 0.08 MB 159 156
225,266 225,266 0000000000000089e90671e7ab578c249d0d0bf64f6921b5eac115e54f42baf6 0.13 MB 325 217
225,265 225,265 00000000000002f85fa0ec4532d36bfc39ce4adcced24f184225c042f9a7ef57 0.07 MB 124 163
225,264 225,264 00000000000001495b788d720364dadc20678b6da4b7e1c94a4e131c3e4b3ea3 0.05 MB 89 19
225,263 225,263 0000000000000185379881e910746a589f00df77014f992f65da184550a8e9d2 0.40 MB 959 201
225,262 225,262 000000000000026dd97a5bd053fc7cbd0c0f112cda31286e7f18756a518f1fd1 0.04 MB 66 144
225,261 225,261 00000000000000b99fba1f45fce756d1c38482f175812cbefa29a546c83b73f9 0.14 MB 336 190
225,260 225,260 000000000000026f91450a3fd2a1cddbf28253ccd847c82c482eaab24aa9f814 0.20 MB 353 140
225,259 225,259 00000000000003a38d42a22744b99e42223f3bd15d3c5e03aa5d08648be05c31 0.21 MB 286 103
225,258 225,258 000000000000012bf22d4daa269945a4d8d9705e3f6d8deacc0579a1dabedd2b 0.25 MB 685 237
225,257 225,257 00000000000001adc7cb5ebd88fbc0b5e3b2d9f6dcc82b76fc9cb879d4d7b4e5 0.08 MB 195 212
225,256 225,256 00000000000001ca01111031414ddb3cf3040dbab9f057fd7ee0dfbc5b35aad8 0.25 MB 541 188
225,255 225,255 000000000000002036a9fa6dc4b564e7f7c320ebd8268f797c3d9b1293ce453e 0.05 MB 122 87
225,254 225,254 0000000000000117937a153dda6dcaa0ab02319732b113674c0035486434e09d 0.13 MB 373 254
225,253 225,253 0000000000000035082b88cd137c60be106c7525aec26784d24f02d8816630d4 0.03 MB 80 167
225,252 225,252 00000000000003a3ba82fc6d337e67d6899f9bd28724c4af357e464ee82390e4 0.17 MB 354 173
225,251 225,251 00000000000003335ecf8c46cdfa638ed11017ce5d8b59999c4e81963e300b9a 0.11 MB 163 105
Previous 10 blocks ↓
Total Size: 769.15 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.63 GB sent, 93.63 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.