Memory Pool Memory Pool Refreshing

1,280 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,279 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (755,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,179 152,179 00000000000009804bb42ee1019a90c6a137ead9394aac740ed4a2ce746fd5cd 0.01 MB 13 0
152,178 152,178 0000000000000de5ae188770c32dfb8fa9f1600acbdef295db9b5dba5ecbeabb 0.05 MB 107 125
152,177 152,177 0000000000000907fb592e90997678c9c7aa9b3944e14587ab30d4a2c18004d6 0.01 MB 16 57
152,176 152,176 00000000000005671f1f8af34ce295eb5aab61b32ceda51e644c8df0af9a3b43 0.04 MB 121 193
152,175 152,175 0000000000000b2f5da0c7cb9b650e8484f166549efef5a1af3c037fd9893864 0.03 MB 48 181
152,174 152,174 0000000000000c4137c217259d312696253529bbe7363d5fb170b88ca953f4d1 0.01 MB 6 1,330
152,173 152,173 0000000000000a90ddda96e31c4b8e87f0386aab3b865b4e21531d7d7e6dbd4b 0.00 MB 6 91
152,172 152,172 00000000000007d8c94f788222bfaa9f910047d65f2b787375caa9505fabd141 0.02 MB 33 131
152,171 152,171 00000000000004eb51f8908e460072429ff6a4ffb33455d8eefc29497e3989c8 0.02 MB 62 85
152,170 152,170 0000000000000a7fe25a1d4ad9f534c7fdc4c6b9d2ff68ef0231fd325c8be46e 0.02 MB 78 177
152,169 152,169 0000000000000437493c95c53ce9f00261b222617019d5430b84806d7801deac 0.03 MB 56 71
152,168 152,168 000000000000025cea095398628a8024883741fe585fcc8ea1c53d28a7b0b6bc 0.01 MB 43 165
152,167 152,167 0000000000000b9022f20a8cb3cc393f842aa603a394587b7c3c714697dd2bb4 0.01 MB 17 99
152,166 152,166 000000000000043da0d8e2c411163f1f2b036f6829e6823010e367c46b4d7ba4 0.01 MB 22 284
152,165 152,165 0000000000000220fed2f0c44a4b19cc11129d62e7a7082b0937ea1f67e29bb7 0.04 MB 102 154
152,164 152,164 0000000000000b8c5b47bb87cdf01839dc3ab73fee0ce31cf043528098bc1ba6 0.05 MB 145 90
152,163 152,163 00000000000001fb1fc2eb333e26dc29bfd81d55758785b3f8e5a06b9e1ba01f 0.00 MB 7 72
152,162 152,162 0000000000000987e940ed5a766f11f56bf58689da0dfd6ffd8a9499b7cb288c 0.00 MB 2 0
152,161 152,161 00000000000003a384e7c3c13277086d3aeadba8621aba641206ef4f1c36db15 0.03 MB 80 245
152,160 152,160 0000000000000b238c13dae0108d084f691ce2c3a50ba898350b505be7d54439 0.01 MB 29 271
152,159 152,159 00000000000002fb6322c7bf1775fc0c816b1237f52fbf9cc585f4a08ef08c9c 0.02 MB 42 97
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

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