Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (822,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,181 86,181 000000000021260d65e7a41f2269fd6c7f910a371d50b63d2d602b9547d79909 0.00 MB 1 0
86,180 86,180 0000000000182e70e67e9d2d4175d09a656cbb50b9625f737637e416dc42e30d 0.00 MB 1 0
86,179 86,179 000000000027615499d9ce8679bd00c208da8223d93b46091b01a3c5138e816d 0.00 MB 2 0
86,178 86,178 0000000000105e3731cd39af17fe52e898ee9e3d69e644db948a3fab940c6c53 0.00 MB 1 0
86,177 86,177 000000000021f65b52235afdafec843883023e68da60e666ea3fad9cfad40090 0.00 MB 5 0
86,176 86,176 000000000028ec823babfbcad4e36bb7f36a7baaa86c8ccd6848fe53768c15a4 0.00 MB 9 0
86,175 86,175 0000000000138e038ee3f34f98363838dbea0197d5287764538a0adbb06cc844 0.00 MB 4 0
86,174 86,174 00000000000137f2b38233c8eb6a97809e8d4ed2f2440b18cc1cd09d12ec755b 0.00 MB 1 0
86,173 86,173 00000000001f7d8b2982d5b37078c1df7b3cb4730485437f0f48833a2f82e04e 0.00 MB 1 0
86,172 86,172 00000000001cfa39b90393616cbe172c1eb7d48477e35cb1e77538fb00925f37 0.00 MB 1 0
86,171 86,171 00000000000efbbefe11ad7480b28ec783e2b4ffa7c213317457885e0c13a421 0.00 MB 1 0
86,170 86,170 0000000000027e9dc4fa1ba9d785d2eeed52830967ce480bc5176b8f0b12d346 0.00 MB 3 0
86,169 86,169 00000000001c699ae31c038d9da566f3c8508a3f3253bc0369b966056fc038d2 0.00 MB 6 0
86,168 86,168 000000000027557309abfc20e7dafccd93a12c11722b8af50b85cb86c67b78fa 0.00 MB 3 0
86,167 86,167 00000000000bb713e1852cee989af72c9902279b476922da1b7be2f2ed77d1c3 0.00 MB 1 0
86,166 86,166 00000000002bacdd5fe3e36894ec48e7f846ebd23c882a2ed3aaa018afdaed77 0.00 MB 3 0
86,165 86,165 000000000009d89e83cb2011d5b6003ab865e2b11f7dd10fc2f75ee57a23e166 0.00 MB 5 0
86,164 86,164 000000000013f1a14dfee1e382a829756807de7716432490a820ba5238a296ca 0.00 MB 3 0
86,163 86,163 00000000000175ffe0c28ef952a65c70c9a836f96bf38a25961817fe7856319f 0.00 MB 2 0
86,162 86,162 00000000001938117f9be90effff1562e4a573b44a9196ae990e6d9d28053b75 0.00 MB 3 0
86,161 86,161 00000000000ebaf0c0089820fbe64bf2cc145647856c83a78653e26651655696 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.