Memory Pool Memory Pool Refreshing

9,770 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (731,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,854 175,854 000000000000066ba8bd6f3fecb2ebd64beb6ea5f97e3bbf9a5b2c85885dfef4 0.00 MB 1 0
175,853 175,853 00000000000005d42eb16537f27cc6bfdf548152da66ef3990296b87e29b7d6e 0.03 MB 86 235
175,852 175,852 00000000000001c38db5d7b0859ec24e63d1aec7886d02cef31046a7643c38c5 0.02 MB 47 168
175,851 175,851 00000000000003f8424678617bb18bd57c160d662c2b37a6cf2e1d236b7ea898 0.03 MB 46 13
175,850 175,850 000000000000059aebdb3e0c3d97543e9d47297c94b4fe33c9e46f880de1f244 0.10 MB 135 203
175,849 175,849 00000000000002ddd127dedef551bfdb54c9544d991052065f74d9973015eff8 0.04 MB 136 41
175,848 175,848 00000000000007661d71a0447a279ebeeb36ac54c1f93274908deb4c7df4b5d4 0.02 MB 51 53
175,847 175,847 000000000000046b03a6246996ac366912a0bea213fc8bc937f2acc112bc1c92 0.02 MB 36 105
175,846 175,846 0000000000000a79e61c2c3de17ac0609f1dab7f2743feb96a0b3fe1899756de 0.01 MB 23 28
175,845 175,845 00000000000008d73509d6c1bb88a39d90b2074cc3e305353acddbde04bfda1c 0.01 MB 18 59
175,844 175,844 00000000000001232db7cc0bf51427784e81bf6844511fa7db2b09036e742624 0.03 MB 39 26
175,843 175,843 000000000000098104b526439b720cec07a3d5db4cf6cdb00dc7c29f4c131950 0.01 MB 22 55
175,842 175,842 00000000000003330cec96ef0d8ea8c4ab40a1087d08983380f6c51ba024dc92 0.00 MB 6 111
175,841 175,841 0000000000000516f75789b0d3a3a30b78874260d715f37d0a3440e08384404e 0.01 MB 13 35
175,840 175,840 000000000000023744481dda4c9b607a02ed094c7e0e364bd1eb86a15af5297e 0.01 MB 16 60
175,839 175,839 00000000000002b730c205b7e8d87c94152c2a0548a8406e425f01e2ca53988b 0.00 MB 4 13
175,838 175,838 00000000000006bd6309ee9568b62bd23a92772c5fb258f207e544799119bc31 0.01 MB 8 28
175,837 175,837 00000000000000656b7129e19b3aedf17b64ad8567a0c69fa8ee413279f3d2e5 0.04 MB 123 115
175,836 175,836 000000000000087d9168a160686d2642ae89dbcd7b765bf34664bd1913408c51 0.03 MB 71 10
175,835 175,835 00000000000007ea60efc422960f1a17fe8d3f71a3ffdbca3a852b43a6bb959d 0.05 MB 98 91
175,834 175,834 00000000000008fc7e6f2b492bb2c83659517066554169c5c857e3e723cda325 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.