Memory Pool Memory Pool Refreshing

46,376 transactions
15.57 vMB
Show Random Selection Loading Transactions
Max Size: 105/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,007 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 5,295 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,006 (78 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,928 866,928 0000000000000000000060930fb97b084bf09b8e841c8959938a0a79fb4d4a13 1.49 MB 6,259 15
866,927 866,927 00000000000000000000bb087bedbcacc3875d8d5399a2a6c12762344d791c0e 1.46 MB 6,969 15
866,926 866,926 0000000000000000000152a99b59d38b67e5722a4499a7f06e23df9f9fee7d39 1.59 MB 5,827 17
866,925 866,925 000000000000000000016ccc41846f49a41a417183013a743aacb1fe48f12ed0 1.56 MB 5,367 16
866,924 866,924 00000000000000000000ea430ace4b76a79d22cf8177b86527257c8fd5e3fa93 1.61 MB 3,873 20
866,923 866,923 00000000000000000001c6320854b99ae294f2c9a47636cb5657806414e722ee 1.62 MB 3,829 19
866,922 866,922 00000000000000000000199cf981606d292062e84f81db1d8cf1d6b3f37cc22d 1.54 MB 6,956 13
866,921 866,921 000000000000000000015dd863aec523c7624ba0fe4723a19517a5ad1da43c94 1.58 MB 6,506 16
866,920 866,920 00000000000000000001c1c73f5dade216ec50475d7d33b1ec1f3a99dc95a03c 1.52 MB 4,134 17
866,919 866,919 0000000000000000000050e4432a047643c29da76005448fe4bcb96831b70441 1.51 MB 4,059 20
866,918 866,918 0000000000000000000236e7c5854f61eb5bada8d1e13e2512f3be1a5a609c98 1.57 MB 5,543 15
866,917 866,917 00000000000000000001f16d8a2b57a5faa15f48ddb65b80cbde884988e73474 1.53 MB 4,286 21
866,916 866,916 00000000000000000001402b7dd9e8a734d6c20ab989a651f3909c7604431ab8 1.57 MB 6,706 14
866,915 866,915 00000000000000000001f74d84d4cae809948bf12626a4e95710f05280083c8c 1.51 MB 5,424 17
866,914 866,914 000000000000000000009d4579012aeb98a075acea35d2ecc9c95fbd2be3b902 1.56 MB 5,328 17
866,913 866,913 0000000000000000000193ac0525ba570f196b1022dbbef6d1b3d2c17cc3095c 1.51 MB 5,996 14
866,912 866,912 00000000000000000002d7f9c230c6d53f640f4f46b71fad6079a4661c7f7975 1.57 MB 5,114 16
866,911 866,911 00000000000000000000ead2c62e5958dd69df94d29fa7f52d7c96ec5d6b2527 1.46 MB 3,705 17
866,910 866,910 000000000000000000013796f9be74b8f95c5591a08d85389ca47c7640ccb84c 1.57 MB 3,468 22
866,909 866,909 00000000000000000002b1a9ba57543594986a34b375d2616fc00def9b9e0e8f 1.62 MB 5,793 15
866,908 866,908 000000000000000000014b91fb0e9ef7ea95e8aeea595502ae5a85ae9b0d64c6 1.57 MB 6,078 14
Previous 10 blocks ↓
Total Size: 693.61 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,888.90 GB sent, 169.84 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.