Memory Pool Memory Pool Refreshing

4,794 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (46,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,777 860,777 00000000000000000000fad045fc3c0745b2d523510502d5290a82788f539a4a 1.73 MB 2,156 4
860,776 860,776 0000000000000000000078f697fb0fa00142b5a650f2541705497de53c79a43f 1.47 MB 2,880 7
860,775 860,775 00000000000000000001d4b23eb38e138a7b4ec6e5b34012c9b66a871d680477 1.70 MB 3,285 3
860,774 860,774 0000000000000000000282cfb4488c3a3d43bf6b8313fee4f0982b85e8e609b2 1.61 MB 5,083 3
860,773 860,773 000000000000000000024d37f65ef3d3164ecac1b206a8c7c3405cf4d9916a6c 1.71 MB 3,804 3
860,772 860,772 00000000000000000000e6fee21e7eb914bd5dd6516c7890ffaeca07867f00bb 1.61 MB 3,274 7
860,771 860,771 000000000000000000014448c9d81033d635e78ff46b157cc3f9ddac768aa7f8 1.79 MB 2,968 4
860,770 860,770 00000000000000000002202651c5e2babf91f85db1b6af2a66fba2dcf1ef6580 1.61 MB 3,105 6
860,769 860,769 00000000000000000000c34032a58e21cba045b89318bf7ca217f42da935874b 1.67 MB 3,618 9
860,768 860,768 00000000000000000001796a4b357e54dc00e36d1b63b353d3f32e22071557f1 1.53 MB 2,736 7
860,767 860,767 000000000000000000016501d1a8b00b8c7105b842d72f46366ec8322f0bd55c 1.81 MB 3,177 8
860,766 860,766 00000000000000000000a791c9bb9ad99fd43f0d1792bfb97fdceb5160008241 1.65 MB 7,780 2
860,765 860,765 000000000000000000022706d07844ef880240612e1e985a37e5ecbab7249e98 1.62 MB 3,947 8
860,764 860,764 00000000000000000000afead978b97231719497a41f6f553f0228174ecd5fd9 1.64 MB 3,761 3
860,763 860,763 000000000000000000025646019774d5ebd71f5e93f7c64fa76006a61a47c3ab 1.53 MB 2,423 7
860,762 860,762 00000000000000000001c17f2115f336f5797fd9c88dfae9c6118cd2ba8ac0c9 1.81 MB 3,621 9
860,761 860,761 000000000000000000012a79bbf2c8690885e2f1d1abc275f22b373b9269decf 1.67 MB 6,009 5
860,760 860,760 00000000000000000001ebb6ccd6111274e078d05cb87cfb13c9049eb718e613 1.81 MB 6,247 3
860,759 860,759 00000000000000000000ab5b13366e69e123ff8541ad155f2ef7c93fff0a3887 1.53 MB 2,338 4
860,758 860,758 0000000000000000000103d04771e0b1f57f60f4fa856d55cb60ce65bcea8923 1.33 MB 2,077 3
860,757 860,757 000000000000000000017fcd40f9ef9f0efd4bbfab761c8334f493dfe3b67458 1.84 MB 2,059 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.