Memory Pool Memory Pool Refreshing

19,519 transactions
35.73 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,664 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (520,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,303 341,303 00000000000000000bf7606b50de72bf36b9718ef3bb62f7a5390a96db669be9 0.10 MB 185 23
341,302 341,302 000000000000000006624e3e83a909fade753488e9000851a1559c339dba9849 0.00 MB 6 34
341,301 341,301 000000000000000009eee60b863a902da4f2e79066896387d4e017fcb3b3340a 0.24 MB 491 31
341,300 341,300 00000000000000000829c47ba828cc67fa55cc84518ce5c48bf0b2f04fe15a42 0.03 MB 50 25
341,299 341,299 00000000000000000c237bd819cb096275371feab82004a41ee08cd0994801fc 0.04 MB 86 25
341,298 341,298 00000000000000000b45b97075b936d2baf07427217b6da401fbcbdac2c24927 0.17 MB 348 27
341,297 341,297 00000000000000000554331691d733d0385e2340166812304c921ea3d35ea314 0.17 MB 375 26
341,296 341,296 000000000000000016dd830739bfda259dda5daeeb33b0922a27cbf50150ef6d 0.52 MB 971 25
341,295 341,295 00000000000000001586ed1c6fdbd886fc4f4975ffeee62813b6bbbe5cd09dcf 0.10 MB 232 27
341,294 341,294 00000000000000000274d890434ce624cd6e0cc5b4974d8cb0029674f970704c 0.10 MB 85 6
341,293 341,293 0000000000000000137c53e1f2d0a8280dc0e1e46dd850895c11b2172f761934 0.24 MB 299 17
341,292 341,292 0000000000000000033cade0d2062b833437c30af2e42a5d19691260bca22e47 0.15 MB 406 35
341,291 341,291 0000000000000000191cc144e70f1e0ccee43a03332302d41e2a911dabcae1e0 0.07 MB 131 25
341,290 341,290 000000000000000001e8c9ad9300624f9fc1ee84ce1e83e8e84ad4da74e55828 0.03 MB 65 30
341,289 341,289 000000000000000016b70a707e654eaf0c365d87babc6d7b06f6b8c97f53c06a 0.25 MB 447 23
341,288 341,288 000000000000000006417b9f89aec5f4f7de2bb85a8cec5aa38e31b5ea6af4ca 0.36 MB 548 23
341,287 341,287 00000000000000001a800b22cdab95f8feec0f960f14b1e9ec384f5680c07480 0.05 MB 83 23
341,286 341,286 000000000000000000e96aa33cc57a5d37253f32e99dc3b24d334019364bda83 0.03 MB 64 28
341,285 341,285 000000000000000006ac2ceefb5518655be68427cfe086fe477bf2bfc01088cf 0.35 MB 389 14
341,284 341,284 0000000000000000137be3683fbf5a7c3a2c80e248f6f02015bcd2cca5598b49 0.45 MB 606 21
341,283 341,283 000000000000000013f166d3d9feb0224bb034e0d09ae665697cc0b64f01b086 0.19 MB 512 38
Previous 10 blocks ↓
Total Size: 684.43 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,340.88 GB sent, 101.16 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.