Memory Pool Memory Pool Refreshing

4,384 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (548,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,805 359,805 00000000000000000668773acaa6130f57a89a4e26890bf57c7e17936188f862 0.31 MB 644 27
359,804 359,804 000000000000000008af106145d99fbf4759bff8f11f4915461af5eaaa469f46 0.08 MB 180 29
359,803 359,803 00000000000000000572de32e3a32bdd70704557dff244584ede83d4605b8a63 0.21 MB 353 24
359,802 359,802 0000000000000000147abc3b16f247f92f5e062a60a858c6ae937d2dde2047b2 0.06 MB 174 29
359,801 359,801 0000000000000000068f3e46f9593f164f65f49348b2dbd5286d73d97e0a3190 0.28 MB 530 23
359,800 359,800 000000000000000009575113b886e91f8b173e4b243d83429f939dc11d25109e 0.19 MB 406 25
359,799 359,799 00000000000000000b37eba50ad2e23fef80dbe559aeaf15ab4558a4c667e681 0.21 MB 449 27
359,798 359,798 00000000000000000da3faf20362565fb533958c5dca3ce4b59354394dc00caf 0.15 MB 254 23
359,797 359,797 000000000000000006e21483290b13e2583e949fafbc2360e7cbb6bda16934f5 0.11 MB 247 34
359,796 359,796 00000000000000000c2947e7ea2071cace9ee3d83521b0ed44818354ee363c30 0.04 MB 113 34
359,795 359,795 0000000000000000102680868dbcb83ce2c0e402b1210c76a54c44664226d047 0.18 MB 362 24
359,794 359,794 00000000000000000475024409fea8f92a8d823a266c39ded0205a8fcf3549d1 0.18 MB 399 30
359,793 359,793 000000000000000009ae67ca7f99a01c0bb2f0c523d30db48a26cf50f1935243 0.01 MB 33 23
359,792 359,792 00000000000000000a19d58aa796d7b452869fec6a1eb75ed0c00dc39916e3bb 0.19 MB 392 25
359,791 359,791 000000000000000000c467eb55ca15f0ffc41edd32397adffd8af9cbb38100e5 0.25 MB 530 26
359,790 359,790 000000000000000010d72d3bb736ecf16391d6a07cbb68400a1517acfa039379 0.34 MB 672 26
359,789 359,789 00000000000000000884524ce6e191a0badddaf0f9fd8194c7c842251a30a470 0.02 MB 41 25
359,788 359,788 00000000000000000f8c36ac25b216f8ffbd628947674856ad486b740018e67f 0.07 MB 115 26
359,787 359,787 00000000000000000973c6d5073d12418899d7abbaf7eebba0ece8a2db4f4a88 0.38 MB 661 22
359,786 359,786 0000000000000000022c0b697bffe64e7a6805420fe95e1fffb4c8f2e3f3429d 0.29 MB 466 25
359,785 359,785 0000000000000000160de8e319aa58f2389e756547671fd6a915ad54f5fc09a4 0.36 MB 456 20
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.