Memory Pool Memory Pool Refreshing

48,062 transactions
32.88 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,508 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,998 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,507 (419,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,902 449,902 00000000000000000233de265817453bdc93a4a9c35a1ec9aaa8428a182aa137 1.00 MB 2,315 91
449,901 449,901 00000000000000000268d189db6a7a91fdcd8b80d389a7bece42b6b023e3c13d 1.00 MB 1,187 67
449,900 449,900 000000000000000001fe8cd3f9a6d1a5b53bc1fbc7326ff3374814ab1bd75905 1.00 MB 1,197 81
449,899 449,899 00000000000000000063dbbd8ad8adb3dd84fe783737518bc5af7bd4ca6678a3 1.00 MB 1,032 70
449,898 449,898 0000000000000000019c0f696008ef51ca7f89fd640e8be428130278cdac45ab 1.00 MB 1,612 76
449,897 449,897 00000000000000000253bfd347e03fd1ce6553ce779e3e6778f6cf274eae2bdb 1.00 MB 1,541 80
449,896 449,896 0000000000000000004b3e2224d59c99197541f5c144fd1fe2988d9f1556204d 0.99 MB 2,586 80
449,895 449,895 00000000000000000217b773afbdb51f8180e7ef257f6ef13e9f267292fe3d4c 1.00 MB 2,264 101
449,894 449,894 0000000000000000005c80b8231a2dd7fe74d9cccd74b03ca1e471042f191d1f 0.99 MB 2,199 100
449,893 449,893 00000000000000000249b11153944ff1180156a572183ac3d9bec4a976ed3ccf 1.00 MB 3,720 69
449,892 449,892 000000000000000001ef8fb9a16934ac11f74fe4bd0f41f94a0ec824a829c6a4 1.00 MB 2,482 94
449,891 449,891 000000000000000002698f57ea6fb67ad9b1ad642c2c8bf11ec8504cd375ef5b 1.00 MB 1,854 61
449,890 449,890 0000000000000000016f6acef08dcc91becb69f4e743055823a83bc0049103e1 1.00 MB 2,860 73
449,889 449,889 000000000000000001c3a1309b4bff4fc21bf869bc3df32069ad0c30eae1b695 1.00 MB 1,722 95
449,888 449,888 00000000000000000115d5dae99175ef53d4d7b887a5383888fa66e980ba891c 1.00 MB 1,974 120
449,887 449,887 000000000000000001e936e627538c4020a531a74279dc51a21357c82ff4fa3f 0.99 MB 2,614 85
449,886 449,886 000000000000000001522a10f6161ce181ccd729c1ad38761a7e791ffa0a5dad 1.00 MB 1,560 95
449,885 449,885 000000000000000000e1dc942cf9e30fd6b6f0ec95eb7667582d096c339fad66 1.00 MB 2,406 124
449,884 449,884 000000000000000002698d7b50314dfef08b925745cd03cacee849685497853f 1.00 MB 1,719 81
449,883 449,883 000000000000000002768b6af6987fa99a3e6b123a60bead26703c34fa336061 1.00 MB 1,912 108
449,882 449,882 000000000000000001f2db7e77b36095d98ef190cc7dd7d7097a91602d38e4b9 1.00 MB 1,541 97
Previous 10 blocks ↓
Total Size: 698.54 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,093.08 GB sent, 200.87 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.