Memory Pool Memory Pool Refreshing

67,689 transactions
29.88 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,367 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,366 (304,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,895 564,895 0000000000000000001ccf0f1ff976e025d643f53a18b15ca4fe4b4f42185c42 1.18 MB 2,880 19
564,894 564,894 0000000000000000000548d3f6deae5fff335c0b616d6c99c5f2b0d4b07b2797 1.08 MB 2,017 10
564,893 564,893 0000000000000000002ba730b9768dda222534116db153bd1dbbcc7f6f114228 1.11 MB 1,700 8
564,892 564,892 0000000000000000002ce3bbcc6efad6fba40623000c092732aa383bf5696202 1.22 MB 2,014 4
564,891 564,891 00000000000000000012ececc172a0de013b6818e338de109cc6e188e6f6f7cf 1.19 MB 2,866 22
564,890 564,890 0000000000000000000dceceae36d5882efa135d1d23efe7f66079e5efeb8d96 1.27 MB 2,815 19
564,889 564,889 000000000000000000078711b26082cbcebb7f81783bd377a90af78c112ef251 1.26 MB 2,722 48
564,888 564,888 0000000000000000000a553622ea62bd74fff1c27de719523b7655f39957cd9c 1.13 MB 2,088 8
564,887 564,887 0000000000000000000525bc14c4624590bbdd68cbada07aef89cb55b66d05de 1.20 MB 2,064 22
564,886 564,886 00000000000000000015f80084f3945d8376e9148d769cf2b7a686073511d6e5 1.17 MB 2,069 21
564,885 564,885 0000000000000000002e35b6a4be3ef8646971ec51eb5e0f606fafa5a087d02c 1.12 MB 1,684 11
564,884 564,884 0000000000000000002d8253d98552fe6f2093eab3cd29549da3bf90201c9597 1.27 MB 2,669 30
564,883 564,883 0000000000000000001d865ad0a8d56239e8c9203733788f2323d233ab3c542d 1.11 MB 1,685 18
564,882 564,882 0000000000000000000884fdb9ab659f9bc1c711279fc2ed2e4a2e6094ecc04c 1.20 MB 2,835 31
564,881 564,881 0000000000000000002217d6e1c40fbc12e62c5a1181c6668bf8ecc58fac23e6 1.41 MB 2,456 32
564,880 564,880 000000000000000000114378489097c9388ba19667b9e045bd3d72eeb854c758 1.25 MB 1,774 24
564,879 564,879 0000000000000000001219013fd1c50a3e28f3440fd6ef23399c50d8806c75e5 1.30 MB 2,883 28
564,878 564,878 000000000000000000269b2fe4bfeb149350ee8f489bdfac8f7d1a3ffe609549 1.10 MB 2,071 54
564,877 564,877 00000000000000000026d2e489ce5ba448eb1123636d481c0d41272c1d50d279 1.04 MB 1,250 88
564,876 564,876 0000000000000000000326a06dd74c30e38c4b09ff77f0b3711cbe4c5521a8de 1.17 MB 3,088 21
564,875 564,875 00000000000000000014106ae2e29d7a3ddc6cddac33422a0772c2ddee693397 1.29 MB 1,978 7
Previous 10 blocks ↓
Total Size: 698.27 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,072.09 GB sent, 199.41 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.