Memory Pool Memory Pool Refreshing

43,928 transactions
29.94 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,192 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,719 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,191 (580,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,491 282,491 00000000000000008a95822132e147fce470119209a1d927884f633d4c200ac8 0.11 MB 253 42
282,490 282,490 00000000000000012c9c2e982eee8ea7b0b90190b29893b6d2fcccf62abe126d 0.15 MB 309 42
282,489 282,489 00000000000000006ef907d6d24d3283e37465b8426394e09073575ffcbc1f29 0.13 MB 267 40
282,488 282,488 00000000000000014e8a08424b171eb4a53c3d72dfe8e651324efef4e2bbf00d 0.07 MB 146 19
282,487 282,487 0000000000000001b6340d81cfc961df1b927fb8148057440cf09427d8359920 0.16 MB 357 35
282,486 282,486 0000000000000000667cef5849d42245fc156d66d3231601f9b407823b774f33 0.45 MB 876 34
282,485 282,485 0000000000000001156ce5aba114b5dec955cbb990a3a07f73bf6009e82899e2 0.05 MB 164 199
282,484 282,484 00000000000000004fd84e9c6e312d8008248577d976af2f7548c46999a4d0c6 0.10 MB 138 17
282,483 282,483 000000000000000165af3ef5b1d5cf12dcf7b00882890d3283560c20ab54e4d7 0.17 MB 223 19
282,482 282,482 00000000000000015b45dd33f17a10aa7b288a5a28c020f1551e408472e096e6 0.25 MB 654 44
282,481 282,481 0000000000000000d6dce0cff9f1c428d3930fc44a1007a5367b20306fbac367 0.05 MB 196 50
282,480 282,480 00000000000000017a799715dd64c63db92da1957ce8a6a148bb51c828d5b41f 0.05 MB 142 137
282,479 282,479 0000000000000001f32acd81d5695b884494b2d29a84a5f54c130563c367d0eb 0.10 MB 212 59
282,478 282,478 0000000000000000ae7c2abeca1725078e358d63db1a7c4772553668a818ad59 0.01 MB 22 35
282,477 282,477 000000000000000160e079b8ac8bfa109d7f0ae4a6cf64bcac9c379417b992eb 0.34 MB 736 42
282,476 282,476 0000000000000000b3fb9243834e58c3e67e710b035c7a489c935640e93439e8 0.23 MB 564 59
282,475 282,475 00000000000000000aedc795e525cd1bd764e4496f7af488f338f28f267beade 0.08 MB 167 30
282,474 282,474 000000000000000062693042e76129f3840911f52d0ff3e0b121d5e1dda68c65 0.19 MB 462 60
282,473 282,473 00000000000000007c9efafc9071a7e7d36c39932feedbe7659f42367d568fd5 0.18 MB 397 46
282,472 282,472 0000000000000001da802799dfade4962dc8666c89c3ba0c0f1f9db97a60c3cc 0.10 MB 236 40
282,471 282,471 0000000000000001af355816a400cc02229fe3b2e5ed6fe79c8307e747276464 0.25 MB 520 42
Previous 10 blocks ↓
Total Size: 686.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,463.93 GB sent, 115.03 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.