Memory Pool Memory Pool Refreshing

28,472 transactions
29.90 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,731 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,945 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,730 (235,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,083 627,083 000000000000000000085369324385627407739a6248fa53ed442d944c741ec4 0.18 MB 329 28
627,082 627,082 0000000000000000000f1643d762229b9fcb7941df0be4f96de63fd1a9aed4b2 0.05 MB 155 16
627,081 627,081 00000000000000000007b8057b65d7022cd0a49495c43549ad717b415f8aea43 0.22 MB 610 16
627,080 627,080 00000000000000000009b24d5fd60ebbdeb968ec5cfeaa80baf10bd95bc61e9a 0.23 MB 635 15
627,079 627,079 00000000000000000005ace317ed31afeeccea3c74eed9606a096e310add5ac2 1.07 MB 2,232 13
627,078 627,078 0000000000000000000d5cd236286c097b114f7928eaa559c00ee4e870baf97b 1.20 MB 3,309 6
627,077 627,077 0000000000000000000addfb24b9f81d092ce1856779312cf72e481a772270eb 1.34 MB 2,913 24
627,076 627,076 00000000000000000000e54d2a5dcc3dff6c7b2eb38ea8fa4b60c69d0a282d51 1.36 MB 2,749 17
627,075 627,075 00000000000000000009cb99cd82cc1e12ef6eb351eb88e95bd360f8fd15246f 0.65 MB 1,615 7
627,074 627,074 0000000000000000000248757b9f11de071f6c7cdde34d2bbdc0d64e2d53efd3 1.43 MB 2,448 28
627,073 627,073 0000000000000000000ed6231b5531abef70210f0d592e62a49b4635fc167cfb 0.25 MB 475 3
627,072 627,072 0000000000000000000f8bd7c46ab5caf3d72c5ca51d0cab6d326a4d47fd0246 1.25 MB 2,192 14
627,071 627,071 00000000000000000010afc7cc8fdcb08129d342e27f55aa1ca846d03274040d 0.88 MB 2,153 6
627,070 627,070 0000000000000000000e2c49f8773a68e3be1464358f399e75121266cef1388a 1.34 MB 2,899 21
627,069 627,069 0000000000000000000fbc571102c368974a35f413d699ec98f0941df5656482 0.53 MB 1,067 14
627,068 627,068 00000000000000000010eb588ec7ef3de973661a0f89ce98f568441ebe428444 0.95 MB 2,230 13
627,067 627,067 0000000000000000000d6d2c65716988b584bba68cc9bf9fdcbc951e2a3abe88 1.22 MB 2,238 10
627,066 627,066 0000000000000000000cdf6f564b2b4728329065b9ff4e6f829afabbfa522ad6 1.44 MB 699 2
627,065 627,065 000000000000000000010b0260d90b486f726db2553888f0b084f35de50187da 1.27 MB 2,463 10
627,064 627,064 000000000000000000086d139389ffb95367a1471dfe47ba3757eced750f12d6 1.33 MB 2,617 14
627,063 627,063 000000000000000000036635079a762cd8d053674f5e04c36daa3e4dd65a5fe3 1.39 MB 1,108 5
Previous 10 blocks ↓
Total Size: 685.57 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,388.90 GB sent, 109.30 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.