Memory Pool Memory Pool Refreshing

42,538 transactions
15.39 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,847 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,846 (254,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,976 616,976 00000000000000000005a11c16dceec8ebebed0f6ffba259d649a01d5ed3cbe3 1.28 MB 2,951 40
616,975 616,975 0000000000000000000a94f0068482b954d9d353ea6c9d7cb9ac1efc72f679e4 1.19 MB 2,781 15
616,974 616,974 0000000000000000000d5748562f8ba26d55d6ef67213345ada82b86b0944773 1.10 MB 1,963 12
616,973 616,973 0000000000000000000623ca828627dff80e01080fbdd08942bbdd40e20d8f96 1.25 MB 1,914 17
616,972 616,972 0000000000000000000904e13d0cd2e2166b55040411f41f933a0b5348076d80 1.19 MB 3,064 15
616,971 616,971 00000000000000000007e5a48fa6e1937b4a52fa0c9c37ab811dfd0712bf72a5 1.22 MB 2,131 26
616,970 616,970 0000000000000000000acdbd0b19465192427506f53144315c22498fc51e4255 1.36 MB 3,367 37
616,969 616,969 000000000000000000061faa37dbd4b51f5da6a59b3181a27963e5ddb224506f 1.15 MB 2,139 18
616,968 616,968 00000000000000000004cf203919070a7e9a017302d117d30161e03afb8f3331 1.36 MB 3,266 31
616,967 616,967 00000000000000000010b857142b1c7165b8fe1ed7d1655636e38a06f5934481 1.21 MB 2,252 16
616,966 616,966 00000000000000000003ffb76b59bb2428321fa35d630f2233a2f3da273527d4 1.20 MB 2,609 20
616,965 616,965 0000000000000000001026e4a359c09566ba8033114df4ee84bd4fbe615cb2e5 1.25 MB 3,265 25
616,964 616,964 0000000000000000000a791219b7fe9b2f71fb62f6d38bde9f24fa5df475d875 1.25 MB 3,261 29
616,963 616,963 0000000000000000000eab143b0d668b9407accc32429f5336bf42e5a1d303c8 1.31 MB 1,996 18
616,962 616,962 000000000000000000013b06c615e99df6b675f8b824d9abc7b175a04f8ef093 1.30 MB 2,949 30
616,961 616,961 0000000000000000000d17bb22db37e8bae7845bab917b41c6c8101799428126 1.21 MB 2,917 26
616,960 616,960 0000000000000000000ff151591b4ab46b857d944297dcc51166b19a20fde694 1.26 MB 3,177 29
616,959 616,959 0000000000000000000ddf49d8ae918c80f31611afed035a9761f7d6b678240e 1.25 MB 2,780 29
616,958 616,958 00000000000000000008d5ae5645b9810dd5fa2d188ef29f43737ee5465e8b2b 1.16 MB 1,840 25
616,957 616,957 0000000000000000000d28e515968c05b68b4d7f4b2daf1e0e7cf2d366caca81 1.26 MB 2,940 30
616,956 616,956 00000000000000000011ea4a0b9551883a81aeee376493d309d3bed47e933d09 1.43 MB 3,664 26
Previous 10 blocks ↓
Total Size: 702.92 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,577.42 GB sent, 230.75 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.