Memory Pool Memory Pool Refreshing

6,035 transactions (2.43 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,452 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,870 (888,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,047 20,047 000000002727eb9ba2c9c429176fa0977d52050fe646b44f1dfd4295211440f8 0.00 MB 1 0
20,046 20,046 000000009c5d6ed76c7d39d4e327f79b377b0f43c37d399068acba7745089bf5 0.00 MB 1 0
20,045 20,045 00000000f5cfc420aadb0b40a312469ef473022b501fdc6cee448ab83a72724f 0.00 MB 1 0
20,044 20,044 00000000dcb03f7e0d6f2b4fba910750301adb82341a6ef877914f61ab7830e0 0.00 MB 1 0
20,043 20,043 00000000aefb3b749e25c29ff06795d5eabc82d27a3714e464af351820d8cfb2 0.00 MB 1 0
20,042 20,042 00000000c11f0e1f70f55aa115dbee6edbb29f49eb09b698256fd2c72532fa72 0.00 MB 1 0
20,041 20,041 000000006c3ad98ca8af885c7bbd6a856c024d77b5e988cd0b46969219499a5b 0.00 MB 1 0
20,040 20,040 00000000d0554de2df253f58eb8a079bb3c7038cda16ede6432f58a6c74aa9da 0.00 MB 1 0
20,039 20,039 000000001baa74d8a28185fa1efe7e880b38082b2796fdeb64cf90ea1463701b 0.00 MB 1 0
20,038 20,038 0000000048446600131aab365092708786bd9a3c034aaac2b5feab40ee499997 0.00 MB 1 0
20,037 20,037 00000000d84b39383a82775987acc540d39f5f4a32efa0ae46cc33699c2ea515 0.00 MB 1 0
20,036 20,036 0000000037b4ad79e5df724243fd33b3d785c4c04d21bfeecf90032292c44c19 0.00 MB 1 0
20,035 20,035 00000000ed5aba47fa5babc4b22050ab5fceb62501316a264b0c84e6f400772b 0.00 MB 1 0
20,034 20,034 000000002c68aa43a7d8385b54bc36a990a62517e78795f5d3d329c719696fc9 0.00 MB 1 0
20,033 20,033 00000000138adc3ea56960cb3751107981f19d3f6365d3d5e1110164afa53f5b 0.00 MB 1 0
20,032 20,032 00000000e89260fcf43ae9fe7b4f9b72d29db30bb65e8a379555c3b82ba65bff 0.00 MB 1 0
20,031 20,031 000000009dccc662c37d2ab7f041976c7ab02488efc763dc6cf36597224cde93 0.00 MB 1 0
20,030 20,030 000000000301aa9b0b0b22d392cd1e5f84ad729c814c7250d760298d00f708d3 0.00 MB 1 0
20,029 20,029 00000000d08cdfd39dbcfb21c3666eb94be307e50718eace6f8fff8c855d2511 0.00 MB 1 0
20,028 20,028 00000000c9eb43f2bb0c9fd8bfe0c3ac4fec775c70afc73e65066b1acce2e827 0.00 MB 1 0
20,027 20,027 00000000787c60ff887a0cdc09950f92e2704730e80fd37e7e414b6c489c0c94 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.38 GB sent, 103.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.