Memory Pool Memory Pool Refreshing

3,458 transactions (1.37 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (863,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,691 45,691 000000000a647bba73a38414e42ec22249d5cb92f116b1e7975720f42dd40343 0.00 MB 1 0
45,690 45,690 00000000307c8559c5e9bf80146474ac7330edea742d10a5ce7526e25c98a587 0.00 MB 1 0
45,689 45,689 00000000252f038616312ba96cd8c8015319eb704847e4ad734a49a1fdb3ad0e 0.00 MB 2 0
45,688 45,688 000000002d07ec3fe2966ed81f7d32bc967c05cb4fbfbd5824ba8153dd8efda8 0.00 MB 1 0
45,687 45,687 0000000028913b68a6b0c4735ff368601497d17f6d7db831f1c8304949cdb990 0.00 MB 1 0
45,686 45,686 0000000027d79c35939433370ac883d4158ac53b728343e470d404015d685609 0.00 MB 1 0
45,685 45,685 0000000023250099f1e4bdb1f28d9d7abb2c7c57f7d7712c290f2d6334b20cba 0.00 MB 1 0
45,684 45,684 0000000026f050adcdb44434c9f808efd252832331f976c06deb547a8246c3ce 0.00 MB 1 0
45,683 45,683 0000000032695059db1455d1aebe8a865faed59059ae7b651b3c88bcdbfce3f5 0.00 MB 1 0
45,682 45,682 00000000186aed6886c91eac5e3aae4e7e31be83ae3f68915ab3001230d5063e 0.00 MB 1 0
45,681 45,681 0000000034ddfaf01ad80d68939d3f7c7a56494b3bfa20f45de8d69df392e878 0.00 MB 1 0
45,680 45,680 00000000130b69ed8580f96d2769398b033fbf2beb44ae6def190fad16ff2dff 0.00 MB 1 0
45,679 45,679 000000000643fb4d4628f4d8af765e695ea4c33293e3c482d2ecd5b05a208426 0.00 MB 1 0
45,678 45,678 0000000027552067a24f14c125494c2bcdd330d34bd69a0b011b757289aed1a6 0.00 MB 1 0
45,677 45,677 000000000ea22a14e7e60ac5637fbf83fc0aa4b8195406c8db2425e05eb21b3f 0.00 MB 1 0
45,676 45,676 0000000007214e3655df084facc6f262af4cdcc32660978094e09e74c14ff497 0.00 MB 1 0
45,675 45,675 000000001d8dbac26c7df7e6f339b9e17784cd8709ea1e05f2ad6710833d59d1 0.00 MB 1 0
45,674 45,674 00000000011569fb8452412cdd025547c402a96e0a2c2c7da880715162026383 0.00 MB 1 0
45,673 45,673 000000001bd7fb952a89f46901bd54baecacc26aafe1ff50f694f4ffa8e52138 0.00 MB 1 0
45,672 45,672 000000000f259691733f9c70703324771958d13cf997f8fc3f4760e9c485330b 0.00 MB 1 0
45,671 45,671 0000000028188bbc983a3613b3c994ee848a09e7a0ec7cf9998a9873931d8365 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.54 GB sent, 102.63 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.