Memory Pool Memory Pool Refreshing

7,200 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (183,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,895 723,895 00000000000000000007990d17d87ee6aba9a1abec55cca83df0c75c7daf271b 0.00 MB 1 0
723,894 723,894 000000000000000000070dec18ddbfd8dba6966172955977ca8b3da6ad84df13 1.70 MB 2,810 12
723,893 723,893 00000000000000000000797645476bf238fb7466c3a542334940275f6fd3ace2 1.30 MB 2,034 4
723,892 723,892 00000000000000000008c1a56d59d2ac5c6cf17a69c0a6fec3615661eb8bd45d 1.40 MB 2,385 11
723,891 723,891 000000000000000000008e463cf4725210bbc3694b635f4d1a07ce1603b00cfb 1.50 MB 2,696 17
723,890 723,890 00000000000000000009e175850e9251252e8f82315fd3173ed60b979c615825 0.26 MB 533 8
723,889 723,889 000000000000000000050878a5efd4f87286d9bc71c97e2ee48478a5793d65e2 0.11 MB 229 6
723,888 723,888 00000000000000000007b9708d2dbbdf351b9dea46c2ea2769b1e23687903dfb 1.06 MB 1,910 6
723,887 723,887 00000000000000000007b5297121d0119dc87190cfc8c140c7d405ac56be5380 0.25 MB 153 2
723,886 723,886 00000000000000000000a5cbd6346d67db8957fc54c8b418d28ae1bf69e78b6c 1.48 MB 2,455 5
723,885 723,885 00000000000000000002c0d88baeb946f9b3cf94e0f3d81906b9a2785d211f1a 1.44 MB 2,245 9
723,884 723,884 000000000000000000049cfa26b40f38d0b50cb13e828b3873d286dcb68944a3 1.40 MB 660 2
723,883 723,883 00000000000000000001bd50a7639ab6cd3e53c4579ccf05b8279f557ec403c8 1.25 MB 1,450 5
723,882 723,882 00000000000000000000a8f62f402bf73c3c38017b952ea16e01ce2c4af7717e 1.23 MB 2,379 7
723,881 723,881 000000000000000000023ae584c2ce5de24b7626871f6d17b1cca1928d133cb8 1.00 MB 2,060 7
723,880 723,880 000000000000000000069ca4d6464613d1fc28f527ca99fb1947fd351d9adc37 1.30 MB 2,258 7
723,879 723,879 000000000000000000096586c13a0737a9ace65a7a9ed7c6d6dab452614796aa 1.17 MB 2,143 9
723,878 723,878 000000000000000000007e80b2151974bca0db5a7e42b759d2587750df7cfcaf 1.22 MB 1,795 7
723,877 723,877 00000000000000000004d6c148ecd9c1ef906bfb5faec5b100b37e69386ef2c9 0.01 MB 20 29
723,876 723,876 00000000000000000004412c7b0067941fd7abbec44d7acd5637a7b01128e16c 0.30 MB 468 6
723,875 723,875 0000000000000000000722e3a76b75b680370c2b27dbcd137e8367de6dc7db11 0.96 MB 1,148 5
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.