Memory Pool Memory Pool Refreshing

30,194 transactions
15.69 vMB
Show Random Selection Loading Transactions
Max Size: 90/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,663 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,945 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,662 (65,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,327 805,327 000000000000000000010e64342dbc24c980c12b9940bbf5a11d220c4abe8fe0 1.59 MB 3,430 22
805,326 805,326 0000000000000000000268dea8439f1b7d8a5526a880bae000d2106f9b6c0a36 1.65 MB 2,040 11
805,325 805,325 000000000000000000036a038e94bd3a7f468de1a6cb5fc8e683612438e93dd2 1.69 MB 2,895 11
805,324 805,324 000000000000000000033286e20a2ca172b52b344355120af4c8689140bfa5b9 1.34 MB 1,935 15
805,323 805,323 0000000000000000000333a46d05f238307823c6c50b86a2a50a55caff56ef7b 1.47 MB 3,001 16
805,322 805,322 000000000000000000022c2d7483b1681ea7a5fda60d068d469dd4b9e025fd3a 1.60 MB 3,267 18
805,321 805,321 00000000000000000000608ccfd7b02d718960a2af1b25cacf18738e8cb59b55 1.45 MB 3,013 31
805,320 805,320 00000000000000000001a04387bf4d819caf9cb01f0e88bfc64dbb05c5dbd10d 1.45 MB 3,175 32
805,319 805,319 0000000000000000000397683f283ec4fd400b3809272e23de400f94460bb9a6 1.60 MB 3,234 13
805,318 805,318 00000000000000000000235e23d1082424beba74fc8c3ed69fa01aedf286d2e9 1.70 MB 3,656 10
805,317 805,317 000000000000000000017c8a177e5fc521b4e83109c663c1f9ddd99135122c8d 1.69 MB 3,782 10
805,316 805,316 00000000000000000002a6925e31a1dbf3e0bb9b5ed5db275f202fff8b6039dd 1.79 MB 3,673 15
805,315 805,315 0000000000000000000061832b7674c11bb5569e588154644f4119f6291fceb2 1.54 MB 3,195 11
805,314 805,314 0000000000000000000448ac652438c3a48d8cf1b9ef01a468f962d8481a467b 1.70 MB 4,358 16
805,313 805,313 000000000000000000029082c3bbd2ef669359c9ee57fd6e681aa9fe50cf356a 1.64 MB 2,416 14
805,312 805,312 00000000000000000002c087b46918b03d6827cfe7487a01d6c4cc12c9c54d82 1.37 MB 2,975 32
805,311 805,311 000000000000000000021fa3e991332b87fbe7aa7771fbb212e3d7d92c5f6146 1.59 MB 3,376 25
805,310 805,310 000000000000000000025441256481aa1d90ff3d8a6dd87f41ea53555fe21585 1.48 MB 3,206 24
805,309 805,309 00000000000000000000ef93b2107ec41b8f3e58c68c7dc652399e8d37c17569 1.74 MB 4,459 8
805,308 805,308 0000000000000000000430f5a64c94b2eba3992f74de75b4fce6132e5e11dac4 1.75 MB 4,048 10
805,307 805,307 00000000000000000002cf919ca6b841c6dc1203a75164bdda926c800fb617f8 1.59 MB 3,493 19
Previous 10 blocks ↓
Total Size: 700.71 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: 2,377.96 GB sent, 215.13 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.