Memory Pool Memory Pool Refreshing

68,356 transactions
25.19 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,027 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,676 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,026 (64,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,609 797,609 000000000000000000036235d46012a868a36f73ab5809f6943d0ab124658839 1.31 MB 2,082 14
797,608 797,608 0000000000000000000485ffd8342d1fcce2ae99476a71a3b4745c883b4aabab 1.62 MB 2,519 15
797,607 797,607 000000000000000000031ccbd57c3b433b63f00dd2d743422e4da8240508d66f 1.63 MB 3,364 25
797,606 797,606 0000000000000000000248573d0938549fc37f6e8258a60b839c14b93152bb41 1.57 MB 3,708 15
797,605 797,605 00000000000000000001eabd981124cb17909e8f27df36c5f048fad3969f6524 1.57 MB 3,280 23
797,604 797,604 0000000000000000000558fce324701c04cf485c83dc509eb9d426747a34de35 1.39 MB 2,844 38
797,603 797,603 00000000000000000002f4f6ce39317301188b8b736f42916801e789e0bafd62 1.50 MB 2,705 21
797,602 797,602 00000000000000000001b26cd7656dfdd43e1f6f2494ceeb2655fe3d88c902a0 1.61 MB 3,257 18
797,601 797,601 000000000000000000047bee6ce1c5ed2fa4167ef693d880f2286d82f79a5fde 1.93 MB 4,787 5
797,600 797,600 0000000000000000000059af06e5697b86d32919991acd69d39422e0ab02ab79 1.81 MB 4,290 6
797,599 797,599 000000000000000000056ec1dd99a088ce668d19818a269a8d38266f6637b856 2.01 MB 6,156 5
797,598 797,598 000000000000000000009eb1563d7eda8a82d593ae94e54a20e2a0137aa0a82f 1.72 MB 2,953 14
797,597 797,597 00000000000000000000fa6da0df41702b6a6b4c15580e6d98207db6dbc77398 1.56 MB 3,360 7
797,596 797,596 00000000000000000002ae3d477a16880c43f7af096d78c504e76f4281e91192 2.04 MB 5,607 6
797,595 797,595 000000000000000000015d26dfc8aa189a1ee8920f99ad9b549df35c33668d56 2.02 MB 4,477 6
797,594 797,594 00000000000000000004be4179cfdbd0b85c414be7f1a3aebb7d77a950a5ee62 1.60 MB 1,756 8
797,593 797,593 00000000000000000001db3d45831f131c7adca2d4aa0e830f2a0b1a24912752 1.26 MB 1,860 18
797,592 797,592 0000000000000000000529c38d8d90db026b558b13c152b979f5b2ff598485a2 1.53 MB 2,629 15
797,591 797,591 000000000000000000047bb8cd9a93a41a588c28e1d954ade3765d2ddd273acf 1.59 MB 3,314 17
797,590 797,590 00000000000000000000a312aa2418e13094c9b300150006a150e9ed96d45ed9 1.95 MB 4,126 5
797,589 797,589 00000000000000000003da9a8055eec88c12ca142bf939f28f14d39810467bbd 1.43 MB 1,982 11
Previous 10 blocks ↓
Total Size: 684.21 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,330.07 GB sent, 99.81 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.