Memory Pool Memory Pool Refreshing

2,234 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,898 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,897 (710,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,487 197,487 00000000000002ac50d1e446466ff426fc250d1cda1912d47b62c5f2bd19f0e3 0.05 MB 123 120
197,486 197,486 000000000000034bcce3c6f490a3baa9627f20cc9474271f2d6dc7f778d626df 0.06 MB 174 44
197,485 197,485 00000000000004a9180e6a05ca595c0fc142517e085dfb05cdc8cfee6d5dcf2e 0.00 MB 1 0
197,484 197,484 000000000000034d58c4ff1263bde9df57ec57ac9cde793c3665c8b6fb796599 0.02 MB 42 170
197,483 197,483 0000000000000394b02bdae8bbacb7ca5a775e24f14e6f216d27de03105e6b4a 0.21 MB 370 109
197,482 197,482 00000000000006c7d7579fccea8fcc7d48fb12edf2b482afe6be20bf020cfb4f 0.04 MB 76 97
197,481 197,481 00000000000005b67de6b5bb7141da7791efbee1890732767dba7bcd947d348d 0.01 MB 47 158
197,480 197,480 0000000000000574b09ac652355d328cb99a69d3758083628b727e35c2d42250 0.17 MB 386 128
197,479 197,479 00000000000000a65bfa3aefe1ca76b2bf735f7dac3ae3dfd81cf7810780ba68 0.17 MB 459 147
197,478 197,478 00000000000000cbb496a77feeed6fc923278b99166ca7fb605a97f6e4f05285 0.06 MB 161 128
197,477 197,477 000000000000067af7ffbd9f0232e667c58eaaa57808f83fcca89038372e787d 0.00 MB 11 0
197,476 197,476 00000000000005c7c70c32fd5749aab3d7c3c1566aa3dd1567be12a4fbd71cb2 0.16 MB 363 114
197,475 197,475 0000000000000028f8b785056b3d5112787bb1faab95ba0418d3d417e1820601 0.32 MB 652 175
197,474 197,474 00000000000005b575f0aa4b5eecf18f5cf09df1834524fa5ba8c2aa14a6fab7 0.06 MB 138 106
197,473 197,473 00000000000005f122fc57bf7226b62f921a79c0d95c55d71aa61241aa58d1bf 0.21 MB 500 118
197,472 197,472 00000000000003230505de936f212dd2dda69cffd3af8498775ab39df9ab28ed 0.09 MB 256 172
197,471 197,471 0000000000000496a1eeaa3dc2ee9dcc23dd5ddd26b5e15a93c5be9da06ec19d 0.25 MB 660 175
197,470 197,470 000000000000015edef34b62afa4c8c5b2a21d58c38915ab79818e398de538f5 0.07 MB 240 129
197,469 197,469 0000000000000680dd8d20f24200c267d4b131a12c48a7b05b8934320a2e9344 0.00 MB 9 294
197,468 197,468 000000000000024d9a11934e006605f60d102c261308ef6b13c35bfa05a3af21 0.14 MB 341 143
197,467 197,467 00000000000006bca6bac7a61597f36869a686031fda9feb4c972d2b8fbb849e 0.09 MB 183 101
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.55 GB sent, 94.71 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.