Memory Pool Memory Pool Refreshing

44,927 transactions
21.71 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,700 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,333 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,699 (61,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,799 807,799 000000000000000000048194f87bb3ebb254fba666d5dfa89cfd124f45ea6dfd 1.85 MB 5,301 13
807,798 807,798 00000000000000000004af995158c9d0b399b075f5818ae6fe031585f198f564 1.75 MB 3,764 21
807,797 807,797 00000000000000000003110bfe502fd9bf03ac8aba67a611da124668c5b0ad7e 1.51 MB 3,239 14
807,796 807,796 0000000000000000000195a5d96e7386d980378b38bf82a9b885e09df680fed0 1.57 MB 2,014 21
807,795 807,795 0000000000000000000399516cbf4437b601e3a4ccc683b4621bf7d6f1275de2 2.03 MB 6,363 12
807,794 807,794 00000000000000000002ddf18bb81b28bae4ae9c2bfeed4b350fe30bd9d9726b 2.02 MB 6,237 13
807,793 807,793 000000000000000000039d0073287580e2fddf8cb3f3894878c438cb98c9959e 2.08 MB 6,685 12
807,792 807,792 00000000000000000005014d962224ad20d3f326516a41c44a1ee16be76537f2 1.75 MB 4,150 18
807,791 807,791 00000000000000000000baa5b249b593bc2ca4e4a8d46e74fdb610a4ede17e7e 2.02 MB 6,202 13
807,790 807,790 0000000000000000000019cd740623e9fbbed301ad7f7f522e392e7eeaf49ea6 1.98 MB 3,672 18
807,789 807,789 00000000000000000001794b22606f09c9843b8597183f812a5c27a8b21b3a80 1.83 MB 3,770 15
807,788 807,788 000000000000000000004984b280ace5a80c87b182a66f391cd0e15a28d80bd2 2.14 MB 4,891 15
807,787 807,787 000000000000000000021278990bf82b6e47f4db587a96340b4007ec25014afa 1.89 MB 3,276 18
807,786 807,786 000000000000000000034cc6c445a983ef08e46d7285ddbcb3c337f46f9e79c5 1.79 MB 4,126 14
807,785 807,785 0000000000000000000403a34256644e3de9bac43f2b69ebde95726be3dba695 1.93 MB 2,685 21
807,784 807,784 000000000000000000016fe01c531d0b517429f458e01ccebdecaa1bdd54e84a 1.85 MB 3,994 16
807,783 807,783 000000000000000000025eaea923861bb70c247d9825af7417f5883f1fb9e115 1.55 MB 2,967 26
807,782 807,782 00000000000000000000ad825d8be41ef1a4560dc8d57759d7bd0d171af8fb45 1.63 MB 4,167 12
807,781 807,781 0000000000000000000498a44f9e8fb7242dcb49a90a8324992343d9f4ca1b9f 1.73 MB 3,612 13
807,780 807,780 00000000000000000002e7a1315c355f05ec462ab96390557f7ef6896837f33e 1.50 MB 2,613 20
807,779 807,779 00000000000000000004e5520732efdc8afaac37e23b9f4dc8b1304978a1012e 1.53 MB 2,847 31
Previous 10 blocks ↓
Total Size: 698.89 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,102.02 GB sent, 203.28 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.