Memory Pool Memory Pool Refreshing

37,657 transactions
28.05 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,368 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,752 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,367 (61,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,395 802,395 00000000000000000000b8102684bd127e072d7c1c1a58edc6330b17257a34f3 1.98 MB 4,315 6
802,394 802,394 00000000000000000004404fb6123c16f4d516c7d27c5ad5ff6ed16444bf8bf2 1.75 MB 2,723 16
802,393 802,393 000000000000000000008b97f76329f9f89826c5a526730038e22177003479b4 1.68 MB 3,182 20
802,392 802,392 0000000000000000000071c5209e548fba228656bd961b4b4bb57554aa73951c 1.35 MB 1,973 16
802,391 802,391 000000000000000000005d9792a35c0c92d7aca1540480e3612d0affb5ebc290 1.91 MB 2,219 16
802,390 802,390 00000000000000000000efe87e8ec99d8200ae3aef3ddaa140821cee8ad36d0b 1.72 MB 2,848 25
802,389 802,389 00000000000000000003734ab705d2e104a6c9f9e8df950cb24ca46a3fab8ff7 1.56 MB 3,570 35
802,388 802,388 0000000000000000000423d01483256c35b825a54627032a8a737b5382191257 1.78 MB 3,030 28
802,387 802,387 000000000000000000044351150a81c3b0125c9995259b22749cf8304bb3d17d 1.60 MB 3,580 16
802,386 802,386 00000000000000000003fdf6549026f24bd2400283d46e7e922f368e5b581d37 1.72 MB 3,676 7
802,385 802,385 000000000000000000050ad88c42044080d725ef9c704d6c0bf424d667c22d25 1.87 MB 4,980 7
802,384 802,384 000000000000000000048bfaf404579f7ca198418aaa5627867ca16032dd8059 1.44 MB 1,881 13
802,383 802,383 00000000000000000001c7653712c9d166901bf4c2401e602732caf3108c70fd 1.35 MB 1,966 6
802,382 802,382 000000000000000000036afda5c1c748274b93207bcf267186cb4dd5c3b20bf7 1.52 MB 2,781 28
802,381 802,381 000000000000000000004842d471b580653d72395e3db1d9b322240f9b1a348d 2.01 MB 6,161 7
802,380 802,380 00000000000000000004c3e83ae6293446cd92fc0a02dd8077d1773dacb5630a 2.10 MB 6,775 6
802,379 802,379 000000000000000000053a56baa681ffb8d3006f9ae6ca1aaa84e79733400199 2.05 MB 5,898 11
802,378 802,378 000000000000000000006bbb101a19c041d952ed7109c12c64b7c22ff4ab3b02 2.08 MB 6,623 6
802,377 802,377 00000000000000000004964c7fbe394cbe9cc719f087aaab5bc78759ca025246 1.82 MB 4,750 10
802,376 802,376 0000000000000000000205e7a2ba21ac1f76ff0479a50f6754ffd5203c06cea6 1.69 MB 2,767 12
802,375 802,375 000000000000000000033ccb4f04556eab5a9cf4e8a2c3ac3caa8ff014c792ee 1.57 MB 3,254 25
Previous 10 blocks ↓
Total Size: 688.73 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,633.52 GB sent, 130.43 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.