Memory Pool Memory Pool Refreshing

1,844 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,828 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (729,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,915 177,915 0000000000000a53b2371e41c2ab34c18b6b8277634470e4a3a18bd9e81b5615 0.04 MB 91 177
177,914 177,914 000000000000017a3aa4b92708eeda770b87f21ca4700a71a1eed7d1fca6bb07 0.06 MB 137 113
177,913 177,913 000000000000073bab33e342b0e436beff2b1522e97d752edd14180cbafc98f8 0.02 MB 85 24
177,912 177,912 0000000000000164297937c4a987d0c1d720772447b4ea9be4a8ea706d521cf8 0.01 MB 22 108
177,911 177,911 00000000000006aa20538c2ec8b67f4a3b4e060a394abc64bcfd154a9df39da2 0.01 MB 19 55
177,910 177,910 00000000000009ffb550f912f609827f9b4e2d585dddc56284795df211c16b4b 0.01 MB 26 70
177,909 177,909 00000000000001919d789e1b4ae44d0582b0bf09fbad627b0b93b30c813de257 0.03 MB 78 177
177,908 177,908 00000000000000c54dc80f1273579f5d36b0864eb5858ca17a845dcb6919be7a 0.04 MB 91 75
177,907 177,907 0000000000000300322b3809b3116890ca464c73a82c54bdc2d467d4c19a6f54 0.07 MB 116 82
177,906 177,906 000000000000073a7721f6f2381236664dd129d404803db7832eb9b86a166d2c 0.03 MB 84 477
177,905 177,905 0000000000000686efbc2e1726ed1c58eddab86a1329d8e3c2bb1e308ccf255a 0.04 MB 137 49
177,904 177,904 0000000000000b0ca67ff694f74d5d32dd1f7f21debed3589e0ad1e3f11f8af1 0.02 MB 75 33
177,903 177,903 000000000000033a0772c5211e54a3295e5bfb5f2501bb00d3bb7e70b2afb358 0.07 MB 124 196
177,902 177,902 0000000000000823e5e71b514d5462139b968f416ce983ca3c3cf872bcf22c4d 0.03 MB 56 70
177,901 177,901 00000000000009068fb7fe0d46d12288be11a9deaca546b8cd9020f9cc0fa01f 0.01 MB 31 60
177,900 177,900 00000000000005987378cca51011179761ae4cf5227252d61fc0fdda2e102d44 0.05 MB 93 74
177,899 177,899 0000000000000a82c3147859c0f9cda0103b3c67c003b24b353c85cc21c7fc00 0.02 MB 72 5
177,898 177,898 0000000000000ada7c90698f0d1e2a19ddb47b65dfaef33490e132e04757753e 0.00 MB 1 0
177,897 177,897 000000000000063f820e18a554e8833cf3c499824a9c1ea1ece05378ed986531 0.07 MB 34 74
177,896 177,896 000000000000090e1e1892d2cb43528d35bc19ea40ad2df1dd3731ef4f7e36c3 0.04 MB 117 152
177,895 177,895 000000000000052fad0e35858f414030c9c989abcadd845983db02ce63ff9e53 0.01 MB 31 71
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.