Memory Pool Memory Pool Refreshing

59,848 transactions
32.29 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,102 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,165 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,101 (41 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,060 866,060 0000000000000000000211dab3f9d02c5b75a2f502c8fe9370c45f1a7e85c9db 1.54 MB 5,434 32
866,059 866,059 00000000000000000002e694f648d8f9a5c5ec9a86c41a43c1a74d59ef985508 1.55 MB 5,389 55
866,058 866,058 000000000000000000028c93adfde1caae844c15024da1cb04fd37da2cf6c379 1.44 MB 6,245 103
866,057 866,057 00000000000000000000c14222d1ef1e0850c11d712205912a6173f123b76843 1.40 MB 6,113 158
866,056 866,056 00000000000000000000496e0f41df4dd200e2e3527725f4721f1ce047ab7c30 1.48 MB 6,767 29
866,055 866,055 0000000000000000000143e0f3c9003f3eb9a4a9f43e2cfa367024c97b818102 1.49 MB 6,716 15
866,054 866,054 0000000000000000000199ebe688ae15712f117e1c9270c34b804c20764fe92f 1.49 MB 5,849 18
866,053 866,053 00000000000000000001d08a1b937d2f69f4c2042dcec51bd87ba1a9318e2550 1.33 MB 4,005 9
866,052 866,052 000000000000000000000f3da8becff90c383b8acc32e6ef785586bf5286b4be 1.57 MB 5,705 16
866,051 866,051 0000000000000000000287ef1a7ebd2178e9729ff762b23735e43a1b01a86ece 1.48 MB 3,997 44
866,050 866,050 000000000000000000012476bb3bb0c29844f16eea525257b15c603c3c60ce85 1.53 MB 3,549 9
866,049 866,049 00000000000000000002df8af45d9df15d78316dfeac683e7ebbf16c7419c099 1.56 MB 3,796 24
866,048 866,048 00000000000000000001bfc4d5eef9ca62d440eab78bd37c2340cb9c2ca4ace9 1.66 MB 3,313 21
866,047 866,047 00000000000000000000145fd3f0777286bdfb735887c0757ebb6d2e4564bdc2 1.57 MB 3,522 34
866,046 866,046 000000000000000000018551b044929327bbe5e8cce3113734ec1c72f486f2bd 1.50 MB 4,008 16
866,045 866,045 00000000000000000000c48b1812e8a1c73d9c6c9ce7a09f7ff90b882936c099 1.55 MB 4,332 19
866,044 866,044 000000000000000000006a14794fe39bae23644432172444c4cde8d064b6b0a4 1.54 MB 5,734 24
866,043 866,043 00000000000000000002f553b77793b75e26be13666f80df51b14872f09e129a 1.59 MB 4,533 55
866,042 866,042 00000000000000000000dc56b07a8148cad61476d450311ab26329cae3a1e0af 1.55 MB 6,352 31
866,041 866,041 00000000000000000002246967aadecef050a440e590004528edad42ffbf9327 1.52 MB 4,433 32
866,040 866,040 00000000000000000001cd629380eeee090dd1b003f18ee79398a26894d7013a 1.37 MB 2,558 34
Previous 10 blocks ↓
Total Size: 691.94 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,830.76 GB sent, 157.09 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.