Memory Pool Memory Pool Refreshing

6,345 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (883,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,906 24,906 000000004f5be91ade36d2578b9166ae1f66f1beb7127dbd754280afd28be67d 0.00 MB 1 0
24,905 24,905 000000007ea802c6b2ada6df92b8336167b5d6d62bbb485e49562a388abdbace 0.00 MB 1 0
24,904 24,904 00000000ccc9166b733f108f82cb4ebf90e45999e02f8441c8729e3ee6669ca9 0.00 MB 1 0
24,903 24,903 00000000d8b61680769acd0a4f18fa5e6772ea1d7a02291969ba41a83cd6aa59 0.00 MB 1 0
24,902 24,902 0000000026d4165dac1cf9512c5deed858eeeef584297620187263e6b103efee 0.00 MB 1 0
24,901 24,901 000000009e6e35cacd51720307c2d1009716766308e6aac9bd6b9b1bdd593d77 0.00 MB 1 0
24,900 24,900 00000000deb6c227bb2ea93ce50c303a6f1a00a1df34c09d75353c5f21f03af8 0.00 MB 1 0
24,899 24,899 000000008b4687a4c0e95445d369b93cda455cfff5c217dfd4d7ae6aeedfa51e 0.00 MB 1 0
24,898 24,898 00000000cb122ed3e524dd3585ee0b5c562af7521865a46fa7d3da2b51a963c3 0.00 MB 1 0
24,897 24,897 00000000b7e0e47755746c42289df9638ba043783de5d24c2b8c991f3083da82 0.00 MB 1 0
24,896 24,896 0000000015dffa7259b25834741a28a85baac589083ba351918c5a7f7a3c4f8c 0.00 MB 1 0
24,895 24,895 00000000f2933eb3565b323235748a785e8213806b7ac9039660fcb5a21b9e4d 0.00 MB 1 0
24,894 24,894 00000000584f115fa53ef3e5b4556d9e0e801e09a63c97ca22b7a35d44e355d4 0.00 MB 1 0
24,893 24,893 0000000007508c6888f5a2e5f3cad6081cab2bd0d61ee4a2e4db6a98aa826623 0.00 MB 1 0
24,892 24,892 000000003e550bd6479e9700f5ec928c23f61c4d366ae41651eb17f1e54ef53c 0.00 MB 1 0
24,891 24,891 00000000c77ed15ee069235216baf2c9800b597f67f19775e637e8e18e4f060c 0.00 MB 1 0
24,890 24,890 000000001a305207217fb1dab82cf6545417bb09f72b937a52e06446090a37ad 0.00 MB 1 0
24,889 24,889 000000003430e816b1a905f0453921581b483cda9e56f8aea6af55e30d4c52d4 0.00 MB 1 0
24,888 24,888 00000000d50c46dbd08b1e00aa57733e7e530f752cfaefef2840942339bda815 0.00 MB 1 0
24,887 24,887 0000000051360b6e1607f5d45b294e86c528506b8c11a1ddf5b5306155afac84 0.00 MB 1 0
24,886 24,886 0000000048dfe459b0ec724b25ac45d5ef536e8e2afc6ede2626e77063bcfadb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.