Memory Pool Memory Pool Refreshing

18,155 transactions
32.28 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,927 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,182 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,926 (305,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
557,522 557,522 00000000000000000004b7b2299da2af8ae11904d396e084b6dddc97b78c20f1 0.27 MB 587 19
557,521 557,521 000000000000000000174ba518aa673935f76292faf3019de44a1f196c42d07f 0.02 MB 66 11
557,520 557,520 0000000000000000000eac71521181b450298eb4f735948d7e7d844f4edbf7cf 0.20 MB 506 14
557,519 557,519 00000000000000000013a4b4905e0c4063e3817ab20778f156d8f2b69749eb03 0.75 MB 2,200 15
557,518 557,518 0000000000000000000e6965af43bd72fc130e0c36166668b44cd47c65487eb3 0.37 MB 990 14
557,517 557,517 0000000000000000000673505a81a16ea4294617b69de9573002177188985eb6 0.97 MB 2,478 20
557,516 557,516 0000000000000000000a65d43a7101188d9f75c2c6704e9e3f47474d9b08051c 0.57 MB 1,288 18
557,515 557,515 0000000000000000001eae8e81352bffc07ccb6fb709a0ac07c2af10883ee0ed 0.02 MB 77 29
557,514 557,514 00000000000000000013ebd3ae2058184b156567b18c66cf2cded258d9bac2b6 0.14 MB 394 4
557,513 557,513 0000000000000000001849e5ed9a821ae62dcf124ed39cad3706646c900beca9 1.16 MB 3,149 12
557,512 557,512 00000000000000000028a5fa50ce14cb63f480adb85b7dd7aafa489785c30a81 1.19 MB 2,191 27
557,511 557,511 00000000000000000014297d36aa9a0f835c751bdfc51167382f42d01c3ceab7 0.58 MB 1,531 15
557,510 557,510 0000000000000000000e747286f42eb99c1382b5c9350b3373d3e04ed8171162 1.11 MB 1,779 8
557,509 557,509 0000000000000000001b3563878049dcc85d54de396fd0abc478a4568067cb22 1.09 MB 1,358 4
557,508 557,508 00000000000000000020a3798b3871d54b3bbd28b1941be112b8a0d09fd4efe7 1.22 MB 2,837 23
557,507 557,507 00000000000000000000037a40b2ce3fc431cb4a06bebbeb1c9c353893d17cc9 1.05 MB 190 1
557,506 557,506 0000000000000000001ca07f94547e32b1f0277535ce661da65ce0fd0fd18b3d 1.15 MB 2,182 8
557,505 557,505 00000000000000000015f130ff721b3d4972e5b3c8dab377ab0ad006482f2a40 1.23 MB 3,148 14
557,504 557,504 0000000000000000002785d9c585bc6db48a36a2bb6f73f2ff409e335c53c29d 1.07 MB 2,910 8
557,503 557,503 0000000000000000001c14e2cf13f379ae969d679354b146197a5921a68912fa 1.28 MB 3,058 14
557,502 557,502 0000000000000000001995f34b825d341d62094722df359ee8b688b09807d7de 1.54 MB 2,231 29
Previous 10 blocks ↓
Total Size: 685.96 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,412.39 GB sent, 111.52 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.