Memory Pool Memory Pool Refreshing

9,160 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (53,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,738 853,738 00000000000000000000c5f7415a7306a0d01d70d6ca015c91aa02da17fc2cf6 1.85 MB 3,893 3
853,737 853,737 00000000000000000002152b96d63026922e36d8f4aeba5ad1441c2713e04496 1.79 MB 2,951 7
853,736 853,736 00000000000000000000db67301389cd15b62e6fd0e6eac0baa7be374e880798 1.63 MB 3,020 13
853,735 853,735 000000000000000000028f1933bcaf9a729e12074de5d28f19b76137183e7600 1.92 MB 2,447 7
853,734 853,734 0000000000000000000348e15cc44adcbc860822b5ec58e79f4121e027283010 1.76 MB 2,115 6
853,733 853,733 000000000000000000004bbe44734eab7d6b63a33f6c49b920a78daa29d2fce7 1.76 MB 3,061 15
853,732 853,732 000000000000000000013af49bd423259211f53ecf258392ce5a7e7add2f71e1 1.51 MB 2,699 8
853,731 853,731 0000000000000000000232916158627828a8fd82d2809063664cabd264cbd878 1.49 MB 3,419 7
853,730 853,730 0000000000000000000081c89c3c6e260e3207dc6b574461a3498027b391d00c 1.67 MB 3,241 11
853,729 853,729 0000000000000000000022f11436fc1d2aa23e058366d7e301b2724d2bd09c6f 1.80 MB 2,108 13
853,728 853,728 000000000000000000024f522e052c4a25f5f49a0c518c0d6d7e02fd714a738a 1.67 MB 2,458 14
853,727 853,727 00000000000000000002076fe3e912853580e7fbc66237ab557dedab3bfa51f4 1.69 MB 3,548 18
853,726 853,726 000000000000000000021b323a12ae925e068878bb46c65f6df9017769ff23f6 1.29 MB 2,214 36
853,725 853,725 00000000000000000002e5bad5ec478b9c364d889d9d8f5d6f99bfe604815976 1.64 MB 6,782 4
853,724 853,724 00000000000000000000391bf5ff507f921f0184924275f6c0ceea8d84668716 1.47 MB 5,218 5
853,723 853,723 00000000000000000001bcc4d1a9270370cd261f3b397420c38dc9ebcf3714d4 1.66 MB 3,379 7
853,722 853,722 00000000000000000000137026feccd0f0185b8f97a42ac423e4f2dbdf39367f 1.65 MB 4,301 4
853,721 853,721 000000000000000000020a8e3aec5047c866ea0dc6dabbc58d04fb7b1edd46de 1.78 MB 1,293 4
853,720 853,720 00000000000000000002ff64c9da74d13e91b53142d8d4fad724b3cccb28f5c5 1.69 MB 3,279 7
853,719 853,719 0000000000000000000111465aec1cc2ad0c23b9be3f7fa156e9c78dd6123ba3 1.68 MB 2,476 7
853,718 853,718 00000000000000000000e4fd9bf49354e6d02a9bb9d0fa7ecd6c8e3e92c2f819 1.71 MB 1,214 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.