Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,214 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (22,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,813 884,813 000000000000000000008ac4935842c8e8a08368e7ca867580cab7779b857186 1.64 MB 3,764 3
884,812 884,812 00000000000000000001afe612c4143026f0d28358a29f6c31811054775e114d 1.47 MB 3,000 4
884,811 884,811 00000000000000000001d7f27ef83489516fa4d425768a60c64daf8e77a5186c 1.64 MB 3,385 6
884,810 884,810 00000000000000000000455207cee78b0393f2ec8edde59faf41b2cc2c6f1cd0 1.49 MB 3,105 4
884,809 884,809 000000000000000000009a3ffa8f53433937de8b60e26c62fac06b43f000018b 1.80 MB 4,444 3
884,808 884,808 00000000000000000000b5a804d4ef39a7d727f18b685cdc530c81cc7d2e14c1 1.61 MB 2,910 2
884,807 884,807 0000000000000000000161446f79c42612bb363332fdd02c8c41dbdda6a5c8d9 1.66 MB 1,739 2
884,806 884,806 000000000000000000021afcab426688e579aa450057cb7946060ff6da584058 1.91 MB 4,419 2
884,805 884,805 00000000000000000000458fa3b4e30afc70de9ffb7ec2df459fccf2758cb95b 1.78 MB 4,351 3
884,804 884,804 000000000000000000014c122ddb14481dde31902fba96d5fbbe24876d18a417 1.97 MB 5,916 2
884,803 884,803 00000000000000000000908862c0a61f1620da5d70981d3131dc67c175960bc0 1.82 MB 5,080 3
884,802 884,802 000000000000000000026adc64d4cfacf86c0e00bfbccafb82a88faa7f6e865a 1.84 MB 4,144 3
884,801 884,801 00000000000000000000ae1898ea0d11526b7efc6ed1f224afa313f2611aa388 1.93 MB 5,744 3
884,800 884,800 00000000000000000001ae5117f5b4b3616ad31f0b7581db153e2df9b2024f7c 1.91 MB 5,193 3
884,799 884,799 0000000000000000000106e8786e78c2cbd4142f59ccba53837b4c253ecf7ca0 1.84 MB 5,123 3
884,798 884,798 00000000000000000000ab86723114eb541d3bacdb7bcdb7b11aa66636210aff 1.71 MB 4,122 3
884,797 884,797 000000000000000000006dc0191563729f7b9bae256806cc252869699fc74d54 1.67 MB 2,846 4
884,796 884,796 0000000000000000000034e00653e81a52563d41fb8a68456e4841be4fd6332f 2.02 MB 6,096 4
884,795 884,795 00000000000000000001e285f4bf93772a094236b6ec057988e6737edd3a6bff 1.78 MB 4,571 3
884,794 884,794 000000000000000000011e3d7b4e6d8655899f00aba3d5e3255ed6e50f3e8c3d 1.41 MB 2,552 6
884,793 884,793 00000000000000000002620a1d658e7614d40a61f0a12064eb16a977499fd810 1.57 MB 3,132 6
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.