Memory Pool Memory Pool Refreshing

33,789 transactions
30.77 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,349 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,348 (52,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,802 809,802 00000000000000000004db88a7db5c1088a57676839838c16935a30e0bdd562d 1.99 MB 1,528 11
809,801 809,801 000000000000000000043dd9d85c70cede087e0fc7e8d5f852ea78061c4752f0 1.70 MB 2,223 19
809,800 809,800 000000000000000000008f1b7ec091705009ec5794ba0606099669c35da16515 1.69 MB 2,231 12
809,799 809,799 000000000000000000027b321c0d7a58a0d2d9622d08bb77b1a28a372f3e508e 1.55 MB 2,953 32
809,798 809,798 000000000000000000047fde6b9c8defd719aa9982da2a49631ba410862d3882 1.67 MB 2,132 20
809,797 809,797 000000000000000000009efb86aaf5c6cba129f7b8b8afb407df9d8df39a0ee8 1.43 MB 2,252 24
809,796 809,796 0000000000000000000044353b9125b1b8678d040904ac9d452dc68ba7d1a1be 1.41 MB 2,555 30
809,795 809,795 00000000000000000001fdb71ed3dad3424793f74d33598246cffaef9c6e7e9f 1.31 MB 2,072 28
809,794 809,794 00000000000000000001a187392d50445063b8f87406c0d27b4c4c6832f12861 1.53 MB 4,055 35
809,793 809,793 0000000000000000000244246dab8ef1521969f0d2344557394df0de4b21cbbe 1.41 MB 2,917 43
809,792 809,792 000000000000000000019729ee5b61a78683a06102e09a46fdc7bac976bf3b32 1.66 MB 2,016 20
809,791 809,791 0000000000000000000195978ed470922d6609d1c34797e30638ab67c414236d 1.55 MB 3,340 28
809,790 809,790 00000000000000000000cb9f738d965733ecb3f29a5f6e0f3c422cce32493b88 1.44 MB 2,171 25
809,789 809,789 00000000000000000001b6e54226e0303f5245685601256ec35adf16b9039b7e 1.49 MB 2,529 21
809,788 809,788 0000000000000000000008b403939d24ef0e5aa71e0610de90b5bed0a2e699e9 1.37 MB 2,366 28
809,787 809,787 00000000000000000002849095c689ea89d6f55f912fe05fbd52f13e9dc1c29b 1.24 MB 1,403 24
809,786 809,786 00000000000000000001d95f583f21fd11f01c14616a5cfc8e2c81d1d3b2fa11 1.33 MB 2,255 31
809,785 809,785 00000000000000000000c66ff1ce541b9a2a984ca8721ea533f77e7d082fbff1 1.36 MB 2,411 34
809,784 809,784 0000000000000000000111fe2c6dfc3bbace01afffe0a38497c3c726c3de3f71 1.53 MB 3,638 29
809,783 809,783 000000000000000000025cd6b716b3dd1a0803e8c69a2942a4c8d84d6106ecd0 1.59 MB 3,376 28
809,782 809,782 0000000000000000000427f4be9579eef5fde963be702289a7f52bb7136548e2 1.51 MB 3,089 32
Previous 10 blocks ↓
Total Size: 684.83 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,364.92 GB sent, 103.80 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.