Memory Pool Memory Pool Refreshing

6,330 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,070 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (24,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,672 883,672 000000000000000000026c31efdab5fa759ea5a243136d9b5ca41dd8ddc3821b 1.63 MB 3,236 4
883,671 883,671 000000000000000000023b6d9b38d4010e2d436358629a37aa32c3cf410d4bda 1.73 MB 3,082 3
883,670 883,670 00000000000000000000085225dab5d97721469879fa91c2e46748d01315fbdd 1.47 MB 2,903 4
883,669 883,669 000000000000000000025705522976ad3e201771a345ff6656c26bb0cf1bb430 1.77 MB 2,803 2
883,668 883,668 00000000000000000001cda57330ee7226ef20c3cc2bbebf817b1aee926f108f 3.00 MB 970 1
883,667 883,667 00000000000000000001a6596e513ff1ad18f8bfb8d05ba056f22292aae1e2ec 1.92 MB 1,586 1
883,666 883,666 00000000000000000002733c5e699d1f1c61cc91821935c33983e03f67e464bc 2.06 MB 851 1
883,665 883,665 00000000000000000000469b36e1bae8e8a7be1288c1b6ee6ceacdc7d1ac7e36 1.59 MB 2,850 2
883,664 883,664 000000000000000000005978f2f9deda43043bab93014116167e47e42edd5d66 1.66 MB 3,301 3
883,663 883,663 0000000000000000000187d6c96aff98eac5bcd8001bf3d7e7ac10e016e4bec6 1.55 MB 3,177 5
883,662 883,662 0000000000000000000003d0f393ccf824889a3a1dfaf0c5082027c7693f60a5 1.74 MB 3,131 3
883,661 883,661 00000000000000000000a1d64dd41e0cd0bba3d94ce36cd5bdd72077e8b428f0 1.56 MB 3,355 4
883,660 883,660 00000000000000000000066250ece53948b241505a930617a27686141784b2ee 1.61 MB 2,649 3
883,659 883,659 0000000000000000000212094e3321daffc51d48ae0e4a66b87819d83ad94182 1.56 MB 2,839 3
883,658 883,658 00000000000000000000ccbd91a9165cdd046483b0a44f00619da971eff07bd7 0.39 MB 737 3
883,657 883,657 000000000000000000001c2e168bcd3fe9b4e4989c379b6911b153b3457c8759 0.75 MB 924 2
883,656 883,656 000000000000000000012a95201b2c92e2cca8c296a38410669378701691d7ef 1.62 MB 922 1
883,655 883,655 00000000000000000002423851e1021471afba13f401bda2d6bddab4f709b09c 1.89 MB 2,185 2
883,654 883,654 0000000000000000000023a93b4b68d89bcf8ffe99e3dcaeb0f4105a12657950 1.72 MB 1,492 2
883,653 883,653 000000000000000000019025f844fbade6ad68ff9ba2e3369acbd00f5de9f9d0 0.88 MB 1,279 2
883,652 883,652 000000000000000000013984bfe1bb2b70d6b1ed00eec978d2e1a0466b48f34f 2.30 MB 3,016 1
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,633.42 GB sent, 93.80 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.