Memory Pool Memory Pool Refreshing

1,149 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (349,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,207 558,207 000000000000000000036991973e51889b0ade48ad28c6dffb14d9e557a5fe0c 1.21 MB 2,735 17
558,206 558,206 000000000000000000119acf1ea1ddec760b18659e525acdb1551060eb1fccc5 0.10 MB 286 12
558,205 558,205 0000000000000000000a1e0cf831f72701684697ee29716acc4f12ba6bb3ce36 1.03 MB 2,191 11
558,204 558,204 0000000000000000003200f59cd11343261a4dd2882b1b991706c19014c13890 1.15 MB 2,841 3
558,203 558,203 0000000000000000002829b06a79a541a422792192bfc05207793c76aeff6c38 1.22 MB 2,788 34
558,202 558,202 0000000000000000002fac0e8089e7cc039baa09d309eb8d53b2a437531b54ca 0.75 MB 1,982 16
558,201 558,201 000000000000000000286bc498f6a0d6716023b799eb8d2faf6c863265a3c18f 0.71 MB 1,613 15
558,200 558,200 00000000000000000019d1d9c84df0ecc23e549b86644ad47cb92570a26b12a5 0.07 MB 130 17
558,199 558,199 00000000000000000004aeb1a47909ae39f1866b67f020fe47aa5a1e5bd06c1a 0.31 MB 867 2
558,198 558,198 0000000000000000002ea765b3b53ca96dd329b304175361e65cbc8538759963 1.16 MB 2,637 9
558,197 558,197 0000000000000000001d1e8a08a7a0d2b435f36661d618bf3fc38425c1e8e601 1.21 MB 3,177 33
558,196 558,196 00000000000000000026d4ac70be767ef1fe7b23b957d677ac529db1b0c41197 1.06 MB 2,595 13
558,195 558,195 0000000000000000001f369962daaedd9193ef3d740d9ebef507c5984b6027d1 0.36 MB 846 9
558,194 558,194 0000000000000000002eb475b89ba1a23c76007515929a2b64ae1c14fe6beed1 0.41 MB 1,100 13
558,193 558,193 0000000000000000000e74fcb831da8befafcaf957cbe9d76ca8fc7d48de3e08 0.16 MB 396 13
558,192 558,192 00000000000000000024257999612717001c3b488a1c12f653a6fcfbb3b44100 0.89 MB 2,496 13
558,191 558,191 000000000000000000311ce2dd5d5ce4f77218c27bd07f0fcb99d44d9f4e3aca 0.90 MB 2,296 12
558,190 558,190 0000000000000000002b1781b964c8ded633d6c665af888b552e2da91b352ff6 0.22 MB 606 10
558,189 558,189 000000000000000000266f0b78fa7972f40faf7a463f74dacecbcdaa8d40ef08 0.23 MB 631 13
558,188 558,188 00000000000000000028c3ef5b6aefaefeb0f13adda8c14be460779d10bb888c 0.25 MB 624 17
558,187 558,187 0000000000000000000a566daaffdef998f55e3b511496aa6125980c3cf86a0f 0.99 MB 2,706 12
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.