Memory Pool Memory Pool Refreshing

64,921 transactions
33.42 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,423 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,517 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,422 (440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,982 873,982 0000000000000000000030f391dc79a9a6fa764811e9905a5c53067a45852df0 1.68 MB 1,884 7
873,981 873,981 000000000000000000000f03aca201a95f0ad923f84bfe55890ddb27814ea991 1.71 MB 2,556 8
873,980 873,980 00000000000000000001d990322c4f4747d593618698c6a692f17c024c8caa78 1.60 MB 2,994 9
873,979 873,979 00000000000000000001b208ad7689c1ad4fa6d35e5e6e1fb8a3bd21131428d4 1.59 MB 3,558 14
873,978 873,978 000000000000000000025e4549b58005fb7e640d84959bc627793692947221ee 1.63 MB 4,202 11
873,977 873,977 00000000000000000001867bc30378fefd76bc6f78da7b076f372dde8754eef9 1.62 MB 2,791 12
873,976 873,976 00000000000000000000bf3499311bf8666ce1a7d1f99ca44e432626ad6b12a4 1.68 MB 3,680 15
873,975 873,975 00000000000000000000fe85fbc4583a9e805b5b06ca4c7c04391260877b80ad 1.44 MB 3,708 20
873,974 873,974 0000000000000000000035b9c43495327f39782723bf20c1f44644af83b0fa65 1.71 MB 3,449 14
873,973 873,973 00000000000000000002b14c6a2854a6eb24fa25346706b4ef035968e953395a 1.57 MB 3,486 16
873,972 873,972 0000000000000000000294c5cc2f9c9dd982aa536916e48d1e055e22a07aaa7c 1.64 MB 3,438 8
873,971 873,971 00000000000000000001610bc575680acc2b433abbce3fd883bf3e01ea928c60 1.65 MB 1,885 4
873,970 873,970 000000000000000000018cfab22403569515450a848416e1e1ae549aa08be6a7 1.83 MB 2,508 5
873,969 873,969 00000000000000000001c6ddb95ea2e7730a3b602a3e065060f4c9881e1a6c6e 1.73 MB 3,429 7
873,968 873,968 000000000000000000016ff72bda8c4328590514342b64680e5215d39b83bedd 1.64 MB 3,302 6
873,967 873,967 0000000000000000000134545f4816be5a19fc59f66ed74b12f1ecb9c97c72b9 1.60 MB 3,090 10
873,966 873,966 00000000000000000001c1ea55bb9e4037cf0860b9d1f57d79207adeef2849ad 1.56 MB 3,194 10
873,965 873,965 00000000000000000000de7be0446b64799ce92fdcb0863d8eb9ba4dc50d7833 1.58 MB 3,179 11
873,964 873,964 0000000000000000000298fa36267467c058e5d02409981a9f9c63831f9c53cf 1.79 MB 2,593 7
873,963 873,963 00000000000000000000e84e7d543d9e0b52226a66bfcab7a11f0956be3e063f 1.72 MB 3,000 8
873,962 873,962 000000000000000000027c1f76cd10e8cfa38cc5f6ca02b6c1c854337c9b3222 1.36 MB 1,886 6
Previous 10 blocks ↓
Total Size: 707.61 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: 2,780.08 GB sent, 260.45 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.