Memory Pool Memory Pool Refreshing

39,570 transactions
32.72 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,226 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,235 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,225 (304,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,885 558,885 0000000000000000002641388da4461209a164eb2eee80175c5ea354bf7531ee 1.22 MB 2,471 26
558,884 558,884 000000000000000000039b7b38f10e8d05454231cd2391f585c7ab3fe47c35f0 1.55 MB 1,423 6
558,883 558,883 00000000000000000019603f24a6181fbd7b22b46d79f185bdb3b98e4b7e298c 1.13 MB 2,637 7
558,882 558,882 00000000000000000000327729864663e619d0eb5c40216b8444e29d1446ce22 1.21 MB 2,590 26
558,881 558,881 000000000000000000226e620adb988fc544c989d761119d2a9a485706cd6e69 1.17 MB 2,639 20
558,880 558,880 00000000000000000003b104085cb333da4fe33612f4b211957dbbc7869d0418 1.16 MB 2,554 22
558,879 558,879 0000000000000000002530673c78ceea9a5550970edb2ecc390de5763dd9b6f4 1.57 MB 1,184 3
558,878 558,878 0000000000000000002a4eb97c585e629799131db3bdee21abf85ce890d23311 1.09 MB 2,670 5
558,877 558,877 0000000000000000001c17811c83f28c6fec4871d96185aebdc59b55efb09e2b 1.13 MB 2,602 14
558,876 558,876 000000000000000000072b50cac4d1c92afc0a4c53306b89938e4c9f84fab327 1.11 MB 2,660 8
558,875 558,875 0000000000000000001df5f0ae1061f19f9ac288c5a92c8c9e885c5e2966b0cb 1.26 MB 3,074 28
558,874 558,874 0000000000000000001765d76919f2934ceac78b5102819944088c9d4bb84282 1.27 MB 2,705 46
558,873 558,873 000000000000000000067cef4edeb30d062aae93d093e189c56036487161bc5d 1.20 MB 2,628 14
558,872 558,872 0000000000000000000f092eee4e1e55e4ded64710a4322463785d14f84ddb8c 0.93 MB 2,424 13
558,871 558,871 0000000000000000001c9fc959fc4432014ae73025752a69f42551d72c281d3d 1.19 MB 2,932 16
558,870 558,870 0000000000000000000163b7554df90f1d9bcd55df74c2794aeb28d632ab37f8 1.24 MB 2,863 27
558,869 558,869 000000000000000000196c85b7ac6ec65190f0957f5540d1c5a19dde023c217c 0.16 MB 455 22
558,868 558,868 00000000000000000000594d6a8da00d5689fff939a381f23e0c472336711bbc 0.90 MB 2,490 5
558,867 558,867 0000000000000000001167a601c7a1e7916d7fc8e7ded99eabd34a1e047e4f21 1.28 MB 2,928 31
558,866 558,866 00000000000000000007a7a3c680e4717970993f238185cf03abf6fcb492f1d3 0.09 MB 204 11
558,865 558,865 0000000000000000000e2616708f574761e5e88e8dd050d03ba716d49cbb0ff4 0.61 MB 1,099 16
Previous 10 blocks ↓
Total Size: 686.55 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,477.43 GB sent, 115.44 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.