Memory Pool Memory Pool Refreshing

59,113 transactions
27.75 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,863 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,608 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,862 (20,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,382 849,382 0000000000000000000174c1027ba1809e8393a73d2b29d97a9473127dfcb13d 1.64 MB 2,739 17
849,381 849,381 0000000000000000000085b5030ad1054e051877ad34e78377f55162f8703b85 1.65 MB 2,226 15
849,380 849,380 000000000000000000031f23a5bb59e28365687e073038b31c0639a507ab100c 1.63 MB 7,838 7
849,379 849,379 00000000000000000000bf01963302ea70b405b7b97c077e8d3a284d17ca2c3f 1.74 MB 5,336 9
849,378 849,378 0000000000000000000104157762e090a78f0718cecdac57ca1082cd894937db 1.63 MB 5,956 8
849,377 849,377 00000000000000000002f1a88d08e48ae6ec3fe890579bfa4c4b9c99d015a317 1.63 MB 3,962 10
849,376 849,376 00000000000000000001e80677a45fab929864f65fb55f84bd591a96958b1494 1.63 MB 1,945 11
849,375 849,375 0000000000000000000304feb1b0d75804a423ffae8e613b3f5450d5f3f01a7c 1.63 MB 2,252 13
849,374 849,374 000000000000000000004688c12a34b3e468466142886033df810920e6476091 1.61 MB 6,658 8
849,373 849,373 000000000000000000006e79851e57a705b6a879731914455fa70a5d9c6d2efc 1.62 MB 3,395 11
849,372 849,372 0000000000000000000002ce84d02baa1e672dfff04cd9a883d88f5eba340b8f 1.70 MB 5,666 7
849,371 849,371 000000000000000000023119fe7824823a6771be78c450c3d433244df5f428a6 1.84 MB 2,635 10
849,370 849,370 00000000000000000003039a0229b0545eb3de7d8d18b127b360f6d17504075e 1.58 MB 4,565 12
849,369 849,369 00000000000000000001ffc3b4e2627f3f6ea68dc7b5cf65b370786ddf680611 1.69 MB 5,233 7
849,368 849,368 00000000000000000002ad9f12027a730897d6a289d90be47b5d833f2527d494 1.63 MB 6,458 9
849,367 849,367 000000000000000000016128d80bda4de6c2037391e99f09e96a6fbb544031d7 1.79 MB 2,189 11
849,366 849,366 00000000000000000002ca6f1fbfc4c5d3a0a8b8c03b74902acfa75b03a0b979 1.83 MB 2,245 12
849,365 849,365 00000000000000000002816a1de93678ad336dd496b7d41eccf947a2c9fd3bc0 1.66 MB 2,089 12
849,364 849,364 00000000000000000000b4c0aef5863d5f4072a9d562d88e893c7640976d6c58 1.51 MB 2,489 17
849,363 849,363 0000000000000000000231f9323895122069d73b1b14b012f56c44d6543149be 1.61 MB 6,391 8
849,362 849,362 0000000000000000000036b460fffdce43f292e3a5f3b8be6df54121e892ebe2 1.72 MB 4,882 10
Previous 10 blocks ↓
Total Size: 699.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: 2,129.59 GB sent, 205.18 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.