Memory Pool Memory Pool Refreshing

5,437 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (756,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,116 151,116 00000000000001a0cf1e80dac4f4cbf0292617a46d880783e20f185943b4776f 0.04 MB 49 142
151,115 151,115 00000000000001626e3949825e8f4d323b2b4425ab76c2993e5444165dc32e60 0.02 MB 35 227
151,114 151,114 00000000000004a0cea6d8001e20ef475b45670a2adac76d04c225d69f29f07e 0.00 MB 13 354
151,113 151,113 0000000000000968032b238fdb97e3eb261d9473fcccbfbd8eb429af65cc838c 0.02 MB 64 23
151,112 151,112 000000000000074cd6f5249d4b4f1a3a3bd7a9e9e823c7bcd0fbc7e3486c43f5 0.01 MB 35 1,039
151,111 151,111 000000000000006bbb9b86a9e43178d94952aabe865edd3a4e2a89427073ab87 0.01 MB 26 285
151,110 151,110 0000000000000a5fb7bdcbf9ba271a986f59b98666c739a7a8c4fe5d2e1f2b75 0.04 MB 100 118
151,109 151,109 000000000000009772aac931cf91f77c25d39e2272d5248c6f5a9d3766b1d7f7 0.00 MB 15 55
151,108 151,108 00000000000004c91fed0cdfa04da23b26aa463cd07a5b119ce7ed6f9ad219e0 0.00 MB 17 100
151,107 151,107 00000000000002431a412103c8eeb929cc2f725b05609bc749606dfd8d6d157f 0.01 MB 20 88
151,106 151,106 00000000000007784dafbd2a6847a3e71647b506488b5a5cb8b01a702a97546c 0.01 MB 30 81
151,105 151,105 00000000000000788bffbc9ebac80f9457ff79b88cd5b2332e0c4e21db2e9a1c 0.03 MB 80 65
151,104 151,104 0000000000000b644b2f958a9054204bf7be9f7a4bace0b57a12b79b2268a040 0.03 MB 76 96
151,103 151,103 00000000000001e96cc97128f3ee8c5d91e6e0cf3d92448c649045765daaf5d1 0.00 MB 9 1,006
151,102 151,102 00000000000003a179b54435418140c3c7bfe063816a36d622a4a5eeb33ee9c6 0.02 MB 53 126
151,101 151,101 000000000000027364fc1849b6970442127ce40919dc1981822527037f22409d 0.03 MB 95 98
151,100 151,100 000000000000047dc4f1730c3f5c1004170c2b852802c59000c25608204ec72d 0.01 MB 15 234
151,099 151,099 00000000000007d939e499650d77f2ea3d070e09966e1a37aca244b668d2273b 0.00 MB 11 54
151,098 151,098 00000000000001e7cfca0c34ee6f4164b03e426c80f44ba5b75a10c6f37326fe 0.02 MB 37 272
151,097 151,097 0000000000000837294cb7447b9d830a9bbb200f69745aed20171c34b1565f6d 0.03 MB 45 18
151,096 151,096 00000000000007134346260184b59341f51d002dc965ce087ebc6a64ceecce95 0.01 MB 31 393
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.