Memory Pool Memory Pool Refreshing

19,620 transactions
36.15 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,155 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,545 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,154 (674,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
187,201 187,201 00000000000002180dcf38a2c747de22a97fb548fc48412555118bed7e42ef1a 0.02 MB 49 93
187,200 187,200 00000000000005976f66382caf10f1f4c2a7a256b1d2dc8efadd64353d3a47c1 0.06 MB 215 25
187,199 187,199 0000000000000169b36839b1e43007148ec615b652241db600776c08982ed572 0.16 MB 539 176
187,198 187,198 00000000000000587cd9018ee18a083fb575832c91befa35005d5eb15c23305f 0.00 MB 15 15
187,197 187,197 0000000000000859901f858f07751392d27e0cef9c8a2e897fa8590a6059981b 0.00 MB 10 294
187,196 187,196 0000000000000767fcf2b08e8763050fed4ad69c63c3ba38c3b24467719f854e 0.03 MB 86 109
187,195 187,195 0000000000000003648b1a38db5fb431ddb6d81e15917f0a4c23a79a23f9d1af 0.05 MB 158 173
187,194 187,194 000000000000000214f41095dd7fb46899056b9875729bd0b490a12e5a25b642 0.05 MB 133 243
187,193 187,193 000000000000028791aa9aa3344da2096a29a0c921a748540b074965460d589a 0.14 MB 295 122
187,192 187,192 000000000000047398f66076bd366d30a0c63576d218c7f5941425740519f3d7 0.04 MB 91 89
187,191 187,191 0000000000000704437fd7772767cc33c9eeb3c460744b94b7a9c7beb3086066 0.01 MB 32 399
187,190 187,190 00000000000008f446ba318eeb2b6cda1542f29d843a8e9923da2c0039ed0bfc 0.20 MB 362 106
187,189 187,189 00000000000008e2d083f204036e030c3805a5aeec34ea40187ebc04eada9f2c 0.25 MB 697 186
187,188 187,188 00000000000007b01495f600ecb2e19c0bc70f11c87de3e4a6685ceaa33f4f5d 0.00 MB 10 31
187,187 187,187 000000000000038ce7ce39bdadce450882e7ccb47778cfc1d7cde028a10c8cbd 0.04 MB 32 110
187,186 187,186 0000000000000865dd058e03fc69b90731cc8b84d99519ec6d789fa4bb0b8c0a 0.05 MB 127 126
187,185 187,185 0000000000000584bf4b482b5668814b92be62465da97f767ec6f32e3d156e48 0.03 MB 101 38
187,184 187,184 00000000000001dba0d3ecc0bfb2fceaebf26e00f7f06b76c779579155fb474f 0.07 MB 170 162
187,183 187,183 00000000000002ad3df64878b41df749283231c10951e3a866ddb10bc86cd8d8 0.00 MB 1 0
187,182 187,182 00000000000006ec6501eefd5a88d1750618a28a6689bf13f12a002624e5af1c 0.06 MB 180 111
187,181 187,181 00000000000002ec1349486f6ae82172676278809db3b5729e6f9681f17eee2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 684.46 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,343.77 GB sent, 101.29 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.