Memory Pool Memory Pool Refreshing

6,774 transactions (2.25 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (821,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,767 87,767 00000000001d0cb45d6473a95c0c30934e44249876a619869065d40c0317e961 0.00 MB 2 0
87,766 87,766 000000000007a991617e1ff1b9c490ebf545a6f9fe5d99f22b2fda497354413d 0.00 MB 1 0
87,765 87,765 00000000001389ce8578b31ef61799fd8b4af0847472ecb5e0161709a01b2ed8 0.00 MB 2 0
87,764 87,764 0000000000118fc2c84bc1dfe36e27e69c159d07aa836b053faa7e35c703a106 0.00 MB 1 0
87,763 87,763 00000000000091f46070ddef5c0c52809ecd7ea72f78441f32dd19a9d1e126f0 0.00 MB 1 0
87,762 87,762 000000000011e159dfb74f1294f7b2b6f6af02b2c38c81f137a06b023841da51 0.00 MB 2 0
87,761 87,761 000000000014d8f2778006934fd8568bb2b3d586e07e09b57a1320c94602d46a 0.00 MB 1 0
87,760 87,760 00000000000e50c9cde0e7db1047d0305418a966cc1e1c5abf9108dcb51f4a85 0.00 MB 3 0
87,759 87,759 000000000018da78d4b7dfb8e642f1c02b0447ea0862976ebb317f3435b2a13e 0.00 MB 1 0
87,758 87,758 00000000000b37f119282e186083820476de9d703387d2000e4d4422cb1c7b9e 0.00 MB 2 0
87,757 87,757 000000000008b89b9a62eb7e2a9d476b85bef3294354c6fc5804049016fff7c4 0.00 MB 1 0
87,756 87,756 00000000000bd8475327e17a896f717b6dfb9959dff703213fb630f63f8ce5f6 0.00 MB 2 0
87,755 87,755 000000000012f702ed45637c17bc9992052a267808f23d9f4b995ec964e9f24a 0.00 MB 1 0
87,754 87,754 000000000003dfe0ca8d77579c6f8603c86b68a31f89341414213cadffc23abc 0.00 MB 2 0
87,753 87,753 00000000001b3ed4c1a04476b2e67b9ef87727dfb2b99f3cf21f55317aa50c82 0.00 MB 1 0
87,752 87,752 000000000008cf62e026d69b00dded6bab0570d379d9e33c24518c3f8818d581 0.00 MB 2 0
87,751 87,751 00000000001356b559680f9c48a699c80abee5ec15dca791f3fef1a0a9109b46 0.00 MB 1 0
87,750 87,750 0000000000029443a55a8909437d3d9845d058dfff69a579cda863f033963119 0.00 MB 1 0
87,749 87,749 00000000000a9dd3448c460bfd37b34f6a5c93221b166666f9b960e7a297daa5 0.00 MB 1 0
87,748 87,748 00000000001cf9e34c6aad8f438f8e9997bf4af6a37423b471ea2472ef01cba3 0.00 MB 1 0
87,747 87,747 00000000001a780fdc5a0f4cc90a13a422843ac6267871da4f801dc367e1ba5e 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.82 GB sent, 102.72 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.