Memory Pool Memory Pool Refreshing

102,378 transactions
29.22 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,784 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 5,912 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,783 (541,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
325,244 325,244 0000000000000000058f501db8648b6da0034fb73eac4df657cfe47bc405cd1b 0.26 MB 363 20
325,243 325,243 00000000000000000db5182f954a17d4db880dcd33742d0f83b51aa36c0349bf 0.90 MB 1,594 31
325,242 325,242 000000000000000005d8e31459cc1e2fab5e5aa2827f9ca17e0d22b6125561c0 0.04 MB 76 18
325,241 325,241 0000000000000000115e299852d03ebf1c6f8517a6005d9528c76134e2028e40 0.14 MB 252 27
325,240 325,240 00000000000000000f48bcbed5102f5e6c481d47a76aaac33db7f515441b3bd7 0.34 MB 603 30
325,239 325,239 000000000000000001f9a41f1e700c6c1aebbea2691834891962274fdf6e4566 0.35 MB 870 29
325,238 325,238 000000000000000009406c45a7d399be38860f6b5ac04b15d539ab1aac3e3993 0.27 MB 255 20
325,237 325,237 00000000000000000fd4d430625cad4c7917311dbf06703f3bdd0164f3e0545f 0.17 MB 255 26
325,236 325,236 00000000000000001d1679b11dbdcb440d3b3577c9d696f08f85165b8af86d58 0.03 MB 50 27
325,235 325,235 00000000000000001c75a37853fcdcbceef5c9cffd99dcca7953f79acaf42ee8 0.09 MB 160 13
325,234 325,234 0000000000000000179114be1aa9c76749a35b981a7d8a9714ce2c923eae25ad 0.49 MB 841 29
325,233 325,233 00000000000000001b8c262b00901bd4021dd843b07e40f736a89a9e96f0486e 0.46 MB 525 18
325,232 325,232 000000000000000005591f34a53792da8cf7c5355009d19eef95e64ad5509040 1.00 MB 1,399 24
325,231 325,231 00000000000000000e0b9a79f243dc1a08e8b2f6e93c8ee2ebd562d30b344570 0.75 MB 1,573 33
325,230 325,230 00000000000000000b335b0baa18f64522089c9a9811d3a7bc03b2d38e99b54c 0.59 MB 1,034 28
325,229 325,229 0000000000000000147bb01d5e7db5a6e593b5e9a039aba914dec57f9c09c06d 0.14 MB 127 16
325,228 325,228 00000000000000001286dae81dfe16c49fe114c840e232a4277257d99a5f1249 1.00 MB 1,812 32
325,227 325,227 00000000000000000e7383b11ac8cc806debad08536e55913caa4118fa5295c1 0.66 MB 1,117 27
325,226 325,226 0000000000000000019ee9d4a4428bcfa36c3e4a122b5011bf7a775323ced371 0.16 MB 226 31
325,225 325,225 000000000000000002f994f3e13fe3a2351d3383382f67ff78d0054d600a318a 0.06 MB 115 32
325,224 325,224 0000000000000000131ce61862c6df7745f018a196e1fdd21a010776f28110cb 0.16 MB 310 31
Previous 10 blocks ↓
Total Size: 693.20 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,869.69 GB sent, 166.50 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.