Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,869 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (135,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,150 772,150 00000000000000000004f1a8b991c8407c66ef3dbaa7e0bfbd80207f03bc94d2 1.25 MB 2,498 7
772,149 772,149 00000000000000000000b750e577625a017cd5413b35636b016e94d8a0dfdb80 1.48 MB 2,485 6
772,148 772,148 00000000000000000005da91f064bfcc3a30f6632be5dc03627050f5a6a7a4db 1.01 MB 1,845 6
772,147 772,147 00000000000000000000ead36446fdb79526c4134c2e90c933c6d18f11ba7312 0.54 MB 1,189 8
772,146 772,146 00000000000000000005308d2b732f1a310e7630f4e7fdc0c02f4ef5a6030015 0.38 MB 927 7
772,145 772,145 00000000000000000000e3b17282944a92f9a7e64bb34ba72034f5a911f96178 0.38 MB 676 2
772,144 772,144 000000000000000000011d5006e1b2cd6fe56a2447c95b564819e57a634401d6 1.54 MB 3,165 8
772,143 772,143 000000000000000000044ab0ab4aea274ec060f60e2373f083dfdfe55fa3f92f 1.36 MB 1,916 3
772,142 772,142 00000000000000000006e9681cec9f9eb22613203086775c5f6f3e1fe7fd8827 1.70 MB 3,442 2
772,141 772,141 0000000000000000000187aea050e9cacafdefb941e3dbcd638a4b7eeb6e405a 1.32 MB 2,193 10
772,140 772,140 0000000000000000000428629ab2119c5dffac2300cd0aea1bddfd0049315831 1.36 MB 2,145 16
772,139 772,139 00000000000000000001cc6450470bc5de3f5e2b1bdf579311343de4d3e7c065 0.08 MB 165 7
772,138 772,138 00000000000000000005f247524716d5c6ef1dfb20f20569a52f805632bf23c4 0.39 MB 831 6
772,137 772,137 00000000000000000003456e022f9d1a32bba00530166ec6d29c66367cbc3a3f 0.19 MB 507 7
772,136 772,136 00000000000000000003bd29ba805fa05d232902c155dbc69a65505c6506d865 0.94 MB 1,678 6
772,135 772,135 0000000000000000000153123d8419110781111a18f9532e970e50badd19de4a 0.02 MB 59 10
772,134 772,134 0000000000000000000186e72a72abc199dbb546e9d0536de6aceaeec492afef 0.50 MB 995 6
772,133 772,133 00000000000000000000c2d20a8fb9232c059c2898d623f117ec8d52ba909a6e 0.28 MB 635 9
772,132 772,132 000000000000000000044ecec23a1c150772fa6201f0b2784df32b42d12cf7aa 0.22 MB 494 7
772,131 772,131 0000000000000000000433affafe2b194780802406da99a7fb78d13ba95a0c8b 0.58 MB 1,220 7
772,130 772,130 0000000000000000000083d7b7919fd0743941ec329d13942488f1651d744cb8 0.76 MB 1,489 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.