Memory Pool Memory Pool Refreshing

35,906 transactions
32.15 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,679 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,052 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,678 (332,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,725 529,725 00000000000000000019b9e305570d64d69ae81da9b8daf274f77ef73576d2fd 1.25 MB 1,389 9
529,724 529,724 00000000000000000025679a89ae51e52a655db5ef49fd92acb41cb0565c2dea 0.18 MB 268 67
529,723 529,723 00000000000000000016292cc06541f8d0b31f16aae3c7a5b62e26fbba62a38f 1.11 MB 460 4
529,722 529,722 00000000000000000003f12ef5fa8d228475afe793e37a8a881d49c87e660700 0.86 MB 1,868 32
529,721 529,721 0000000000000000000ba1058c738a3237d311ba8dfedd353f701b3fa58e6a25 1.19 MB 2,283 47
529,720 529,720 000000000000000000269206238746ae559f221eac71a74b5d6009fe00dd0071 0.47 MB 385 11
529,719 529,719 00000000000000000026319939597dba787947b9ac6e903d1b2025b76404e0bf 1.31 MB 1,059 5
529,718 529,718 0000000000000000002ed5a3408033beb8328c11a783d2b9d461767edb8129db 1.28 MB 1,279 21
529,717 529,717 000000000000000000277e32db2263a4fe1e5b02dc6ae55bcd587e2a40f20931 0.94 MB 2,279 10
529,716 529,716 00000000000000000005c9da44886e9a5be1c827331ce4e879803a7a259dce1a 1.12 MB 1,814 35
529,715 529,715 000000000000000000022826e4498ec5e1fc95bbbeb0946ac0e78c109d0e90a1 1.17 MB 2,813 57
529,714 529,714 0000000000000000001e9622d89c497bd93c68615112a9a53b8676c197e79dc8 0.00 MB 1 0
529,713 529,713 0000000000000000001d2d356d096fc3f33d5964c37ec0f4801ffd28dc6ab869 0.95 MB 1,660 9
529,712 529,712 0000000000000000002a236cf934e5feed97a4a86ec1da86ca13427fe9049a01 1.17 MB 2,416 38
529,711 529,711 00000000000000000027ed077efb0d74abf0158fcf65e66db82a5decb6f50178 1.19 MB 2,774 19
529,710 529,710 0000000000000000001a979faeb30c23e6c32c66f2b85500aa23c0202ac0ed73 1.22 MB 2,137 74
529,709 529,709 00000000000000000030f1531dbfa069037188c5048b23f0cb979ce8728ed8c5 0.33 MB 686 42
529,708 529,708 0000000000000000000841c59a4679d6e707152f24f5b195b66b47397d65175e 0.18 MB 365 24
529,707 529,707 00000000000000000022e0bf2b401ff54d76191c4ba5a43458487fbd5312c6de 0.11 MB 275 43
529,706 529,706 0000000000000000000d872f2f1d82fc026cd731d87590b4d573eeebbb5aa431 1.16 MB 2,479 37
529,705 529,705 0000000000000000001aeb9cddc56e7679b152bb1c75d8460d30f704c3fb0fb4 0.61 MB 1,258 32
Previous 10 blocks ↓
Total Size: 685.47 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,382.98 GB sent, 108.67 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.