Memory Pool Memory Pool Refreshing

7,631 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (749,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,205 158,205 0000000000000258d0c449975f6826957e50cf7edf870f4b5d0822404ce7ae2c 0.09 MB 142 153
158,204 158,204 00000000000008139262f589aa9ae153aa40de1c411d9ad31e274b2329158d5e 0.02 MB 47 103
158,203 158,203 000000000000076d7db658d4f2ddcdba2433faae65d7932e1e35a41b8ae62107 0.03 MB 81 157
158,202 158,202 00000000000008cb93aadb0d67ffe2e3777d9d1470f293d7c5620ec53a2eaa9e 0.00 MB 12 319
158,201 158,201 00000000000006ed67de5c4dc9ebe0c50b640b2fda72358ebf877f1fa6e4f290 0.01 MB 24 5,570
158,200 158,200 0000000000000ca82968c44b6b32224709bbd60be0a36edb4fe6a8b4cb950e32 0.05 MB 75 137
158,199 158,199 0000000000000e716e6593afab209ed612f8a74b7fc014adee935ecaca46018e 0.00 MB 4 60
158,198 158,198 0000000000000602182837ae60b904202d9da8511efafd17c0c2c4f666ff054f 0.03 MB 48 75
158,197 158,197 000000000000029b6d50492214b805da73c0a0c955bf8cbb385ae7ee0b83e038 0.01 MB 35 31
158,196 158,196 000000000000054b08d7f7ec157be7dd25a7c9871e54d9951dc5660cfebd0896 0.01 MB 28 308
158,195 158,195 00000000000003f27fd76320ece44549801c580967024739909cfc3c2e6245cb 0.00 MB 1 0
158,194 158,194 0000000000000d487d42355daf1f1f2a83e12fbd0894e107fd69f062e9f42572 0.02 MB 47 54
158,193 158,193 0000000000000b102cebc06964dec86b16008019a2dc1696a5b62dcd3e2f0043 0.01 MB 28 55
158,192 158,192 00000000000005db3966ac704ceba7c8578fc2fb226a6f6837dd25beff35c23f 0.03 MB 104 20
158,191 158,191 00000000000001e7b0557f4f304fca5ebd516a9a6f74c7ee6f110c8773c7ecac 0.00 MB 8 481
158,190 158,190 000000000000045059346b2c4fa21f73abb1881e0d6bf6596beb90053ad3edd6 0.01 MB 14 210
158,189 158,189 0000000000000686c06763f3c28c985bfc86ed11b4f3a80d6ecccd658be23abd 0.00 MB 13 34
158,188 158,188 0000000000000d45aff9099eb474e21664bbaafa54e32d07fdc3c784cb671133 0.00 MB 11 16
158,187 158,187 00000000000004103b5d52d6e1db57e90918167341ea04ecfe13b366ec78fe45 0.01 MB 22 279
158,186 158,186 000000000000044cf93ac246b6bd10811ad018ab2fbae7ec7d69abe1063dd829 0.02 MB 29 96
158,185 158,185 00000000000002c3c0a36373e283ad7933bc00e6c150d9d107149d118febf088 0.05 MB 81 68
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.50 GB sent, 94.38 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.