Memory Pool Memory Pool Refreshing

26,631 transactions
30.43 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,090 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,235 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,089 (91,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
770,707 770,707 0000000000000000000772961eb3375b9832aae174b289fa8d01f32a5f9ecc60 0.21 MB 390 9
770,706 770,706 0000000000000000000056a37704a7b078e18361c919d1c8169396a618d826a6 1.25 MB 2,383 11
770,705 770,705 000000000000000000078a5b2eceb140c902d801c3ee53c0166100f6c34cc795 1.11 MB 1,896 9
770,704 770,704 0000000000000000000003d0cdccf95cb96de28d1daf13d37ad4bcc7fbafda09 1.54 MB 2,579 10
770,703 770,703 000000000000000000083b5c65a5546a262be768e71666946117003960f930fc 0.80 MB 1,231 9
770,702 770,702 00000000000000000004ffb9ec0b23cabfcca3d697b50e7a1529a5ae89928109 0.27 MB 540 11
770,701 770,701 00000000000000000004b75dba5b48af80e7dd2b1d6718b6d9337b90d3e0fe77 1.18 MB 1,199 8
770,700 770,700 000000000000000000011952e2c294d40e1af8b26c465e590f367388dcae9e37 0.09 MB 199 9
770,699 770,699 00000000000000000004f6df0330033b07eccbd23622d898813d574847c8c2f0 1.48 MB 2,637 11
770,698 770,698 00000000000000000007e9a08de55a161da288ddee63c54b4e6b69e22296936e 1.22 MB 1,998 4
770,697 770,697 00000000000000000005a7473df9fbb6e60bc9641cfae15de2dcd468d22121a5 1.55 MB 3,266 5
770,696 770,696 00000000000000000007606536bec4ef54cdeb6e7433fe6491ebe3c21c45312d 1.57 MB 3,746 10
770,695 770,695 00000000000000000005ef4177dab6a1bfcc7a86fe3c471074c291d2181640d4 1.50 MB 2,829 18
770,694 770,694 000000000000000000009ab632a6067ef3fcc58bf23f2c5277cf524e7b1f3a46 1.53 MB 2,948 18
770,693 770,693 0000000000000000000241159c67ca0abfe6e22287587c630c2d5c15db280f6a 0.33 MB 571 9
770,692 770,692 0000000000000000000286da187aa7872c98c3bb93eacc63e5a988affd196503 0.12 MB 255 8
770,691 770,691 00000000000000000007278b0dcbefb75024ce803889914e11da803306936b67 1.54 MB 2,770 8
770,690 770,690 000000000000000000062358f4be32b32158438eff8d3ac18ef011200a9ca701 1.44 MB 2,994 13
770,689 770,689 000000000000000000028fcc5a05337003de9601359ea642aca243f25038c94c 1.21 MB 1,768 8
770,688 770,688 000000000000000000011e7ea49e1f757b58148cbacff5994f413c4e080a2aa4 0.51 MB 929 11
770,687 770,687 0000000000000000000484e6766163fd7d6c6439fff86a8d34e5fa97db4b05a1 0.18 MB 367 12
Previous 10 blocks ↓
Total Size: 684.33 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,335.17 GB sent, 100.55 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.