Memory Pool Memory Pool Refreshing

32,778 transactions
27.39 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,460 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,159 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,459 (69,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,895 793,895 00000000000000000000210a0c7f905ba3f6f1b4fbb5a80b6a59d54819335bf9 1.72 MB 3,063 27
793,894 793,894 00000000000000000004c7c10c18d8d97b5a55beebccf8189e68b337d95c2f02 2.00 MB 2,451 11
793,893 793,893 00000000000000000002a0dc7519c3e60d83dba87ac058d282d778a8f0e6af0f 1.73 MB 2,730 27
793,892 793,892 0000000000000000000152eb433b370a0e155b56ebd11a61069fcf2eda3c063a 1.90 MB 3,420 17
793,891 793,891 000000000000000000046dc035754b5877402d41ec9ba775fe4c4a135350f817 1.87 MB 2,817 27
793,890 793,890 0000000000000000000579031fda2c38aa1021996e4424c352f5effb2fcd6e10 1.57 MB 3,184 30
793,889 793,889 00000000000000000000031ee20bc22273715b9fff5bb695a54e54e111bde56f 1.60 MB 2,604 32
793,888 793,888 00000000000000000001f36b81e8c9ced877dd6e52ac412c2e0434ad86495a0c 2.27 MB 2,452 32
793,887 793,887 000000000000000000015f1649254abd640aaec59fbcaa4b73f240b747a91d46 1.98 MB 1,305 16
793,886 793,886 00000000000000000000672cd714ea440b89a423600bcd67fc19c83bd912c453 2.36 MB 1,568 30
793,885 793,885 000000000000000000017da846f60c2912810a45bbf711b81a5beae3bc8a016c 1.83 MB 3,024 28
793,884 793,884 0000000000000000000105f6a7d15bdc0f20e4588075583b896c517decb31580 2.08 MB 2,396 15
793,883 793,883 00000000000000000000af5ca680e588e7084e0bc9d47dadfe40a479e1e1efb9 1.58 MB 3,059 51
793,882 793,882 00000000000000000000fac55b1ea6b43bab4f303580055b322fec805ccf501d 2.11 MB 4,986 12
793,881 793,881 000000000000000000029962f063ea69ebbcfa1dce1f5bed6823c8db322b926c 2.11 MB 1,812 18
793,880 793,880 00000000000000000001ab6061465457bbe7b06cbd2875b4f366b84dc04ab0e8 2.16 MB 2,864 18
793,879 793,879 00000000000000000002273fd6079d1d148c1b3ba615b3502801657176ff17cf 1.96 MB 4,081 12
793,878 793,878 00000000000000000004334b80994e1507a520293329a921b1b149f8ebf13f01 1.76 MB 2,811 19
793,877 793,877 000000000000000000042c19f58742ac2bf1df7c51cdad53c7ac785a8171e027 1.63 MB 2,793 19
793,876 793,876 000000000000000000051c762f4b411c875e9f90f399bf64f5d28640e521cd07 2.17 MB 3,070 18
793,875 793,875 00000000000000000003c925a11c57742985bafec43c60cd56680756ab389ca9 3.26 MB 1,977 12
Previous 10 blocks ↓
Total Size: 686.99 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,500.68 GB sent, 118.35 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.