Memory Pool Memory Pool Refreshing

87,018 transactions
32.92 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,168 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,138 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,167 (267,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,397 602,397 00000000000000000001bcc841dd80ea3abd55edc02caa22eeb536809b90e418 1.17 MB 2,204 24
602,396 602,396 00000000000000000004834bdbd54f68e184d39cd89b897c93294d71f6f39002 1.21 MB 2,893 54
602,395 602,395 0000000000000000000ab36a5ab337e3a6e287d9caf6a4611c400be7ec71468a 1.25 MB 2,629 50
602,394 602,394 000000000000000000043e3a5584bb94033ca364fd9836018a7dbfcd097c55a0 1.23 MB 2,899 56
602,393 602,393 0000000000000000000bfbaf7608c174b316a72c4f7a12254f5423115502f68a 1.06 MB 1,806 13
602,392 602,392 000000000000000000143815f887499e6367f049ffc3eb71933dbcc9cbc0edf0 1.09 MB 2,856 12
602,391 602,391 00000000000000000012bfc0b5dbeeb95f92e73b36b6fbd15d063001dbed3098 1.34 MB 2,196 36
602,390 602,390 00000000000000000002158576ae3d54cdb14325f88ddc5b235f9f3207f347e3 1.26 MB 2,743 36
602,389 602,389 000000000000000000029c8257eb5d4e27594b040e76c884311398ec6f8eb0f6 1.21 MB 2,974 46
602,388 602,388 0000000000000000000dcf29d1b5acc6aa5e54ac7f0a7552be3bdb1940c760f3 1.19 MB 1,823 36
602,387 602,387 0000000000000000000918e3a3d3cc26a1f875ad3b0599eb16d3cdee7e8e410c 1.30 MB 2,676 54
602,386 602,386 000000000000000000092a5fc663c6d04be8cf9f1afce03e3a9926c001f950bb 1.35 MB 2,799 55
602,385 602,385 0000000000000000000e60982767d0a7e00abe254730627b4ca07f710bd52e90 1.20 MB 2,606 58
602,384 602,384 0000000000000000000fb1f398c23d5e6110ddf4ce201ac258f3d36f96f73c50 1.33 MB 3,974 37
602,383 602,383 00000000000000000010b1507fa126d64051f6a52ab819b0620a5b43337f2538 1.30 MB 2,498 68
602,382 602,382 0000000000000000000b4d7cc3e477fce9f69e9af9dde82846fd2c0143fc337b 0.46 MB 1,360 30
602,381 602,381 0000000000000000000106c7e7aa908ec5063b033f89c5565321fd588aada5f9 1.29 MB 3,166 41
602,380 602,380 00000000000000000002de791e377c1cf3fff70c496902396b02d1da0e7e64de 1.29 MB 1,603 3
602,379 602,379 00000000000000000003e80a998200e486cffc8d5846563ce1e362aaa63029a4 1.36 MB 1,447 8
602,378 602,378 0000000000000000000012528217d2e5ba6cda5620c7eb7ec82dee9df0b8b953 1.29 MB 2,398 19
602,377 602,377 00000000000000000009134ed8cec121dde008149523e8528c89000fe61606ad 1.49 MB 1,874 35
Previous 10 blocks ↓
Total Size: 699.77 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,186.52 GB sent, 208.91 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.