Memory Pool Memory Pool Refreshing

3,160 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 0.93 vMB 3,149 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (55,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,217 852,217 00000000000000000000e84581d8da98b5db7401de38c137262d7d0eab28f251 1.90 MB 5,196 4
852,216 852,216 000000000000000000010a1a3dc1adc5f06ad3f314991fda1ca6f224ada2f366 1.51 MB 3,272 6
852,215 852,215 00000000000000000003107b17242a822634177f26bcd4bfdb5cc55d490f7377 1.73 MB 998 4
852,214 852,214 0000000000000000000386eb763bbd3d4c4c1a4b989f820775572e0b0ba6ac05 1.75 MB 2,110 5
852,213 852,213 00000000000000000001f703e38cc3cc3a79b86a83704c69593e065980c42026 1.88 MB 123 4
852,212 852,212 000000000000000000018d9b894a6da6ce6a5515d81091f7d418e01becff6949 1.76 MB 1,144 5
852,211 852,211 000000000000000000021967e474109ebed0505e04e365cad5c7f2d492ea2899 1.44 MB 2,449 8
852,210 852,210 00000000000000000001a703221d6f55f6216119f9df24e45ff29e9c79c919c3 1.82 MB 209 4
852,209 852,209 0000000000000000000183c2c19f11d194a6123d4e7b5c75c75604755cf33eb8 1.70 MB 2,455 6
852,208 852,208 0000000000000000000163796c7dfea126ef339d245344a6d1560cc7bc987ca1 1.92 MB 1,088 5
852,207 852,207 00000000000000000002abf40a9e5dcb58ceef40bf1a6b41cae71cb591f8280e 1.58 MB 2,511 11
852,206 852,206 000000000000000000027f6733dd66e60a43a5973037b03b089c57d38fb174b3 1.86 MB 1,028 4
852,205 852,205 00000000000000000001276bf85086d18fa649853676b00f7a14513e34135dfe 1.52 MB 759 4
852,204 852,204 00000000000000000003733961c2df0864a90ffdf4b5ff054538954f851a2cc8 1.88 MB 1,105 4
852,203 852,203 000000000000000000002480d15fdc2f5f91e622d02b89c0e5e1d0319746a022 1.80 MB 614 4
852,202 852,202 000000000000000000019210847546290b47327b1031df12d6bde6f18dd7b3ea 1.79 MB 3,062 5
852,201 852,201 00000000000000000002bd3c18861e60072db38222e9ca49cc916998d1620fe8 1.60 MB 4,851 6
852,200 852,200 00000000000000000000c8c5f00d44dbfbe73502d00d94b5b49afc2dacc943f0 1.69 MB 4,030 7
852,199 852,199 00000000000000000002f9e654f53f97712f1d417539ecc40d22f466546f0f3e 1.63 MB 6,175 6
852,198 852,198 0000000000000000000055ddf1f7e715c46b4d85997f096a3828462a6d0fdbc6 1.83 MB 1,206 4
852,197 852,197 00000000000000000002568a40d49d2d558dae772e3ff979198e2d63c106129b 1.78 MB 2,889 4
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.58 GB sent, 92.66 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.