Memory Pool Memory Pool Refreshing

2,306 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (562,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,630 345,630 0000000000000000074159b281897dc6f85f1586937e5bfe1e36503d1276d7eb 0.16 MB 281 14
345,629 345,629 000000000000000015ff94321b86b6b64ece89b2225f0473bcddd56d7fdcb5ab 0.59 MB 1,091 27
345,628 345,628 0000000000000000077576f6915b89886535fbcc94cf7f39c90099907f8d3c82 0.31 MB 544 22
345,627 345,627 000000000000000009793a4b5e05e6be990872a419490cc3ca97a55d2fa771c7 0.09 MB 65 8
345,626 345,626 000000000000000009dbe0e30ad8b8d275506dff4ac18650d4483d4e15d67796 0.10 MB 99 9
345,625 345,625 00000000000000000bdfc9b4354573c0a757ea6e9d22e3e8a329c76f5e0d3acb 0.11 MB 248 28
345,624 345,624 000000000000000012ac48df77acbe97862ba0d390e331ab3b4f5f012b4286ba 0.75 MB 1,406 24
345,623 345,623 00000000000000000149cbacb04e832a8d27ffcadd5d609e0909651667956123 0.02 MB 64 1
345,622 345,622 00000000000000000b8f980ed78f930d4c272f12c802608e841f8fda5dabac09 0.50 MB 1,019 29
345,621 345,621 000000000000000014d2b573f7c56cc5f61b9a321b257eec32bf523b589eff74 0.36 MB 426 17
345,620 345,620 000000000000000007938bc8811f6a2fae186a822ecf1c470942f912036eb5af 0.10 MB 256 30
345,619 345,619 00000000000000000ddcc5ce75b6241e058528951dbbeec8f1ac72e9d7f45180 0.16 MB 186 12
345,618 345,618 0000000000000000025936a22393cad183dd8efacc2231f6543367969e1fd2d6 0.13 MB 183 17
345,617 345,617 000000000000000001b1727b004eba68f4e4e2bff96bd340e682014ee0251c76 0.19 MB 285 20
345,616 345,616 000000000000000009bab5a48e56cdaba719ddcf0b7deedec1065ba711f280e2 0.39 MB 652 19
345,615 345,615 000000000000000014e789c2ba751948306d32f193677f7fb15f9fe32e3e8218 0.75 MB 855 16
345,614 345,614 0000000000000000142803df17c3cb984c5187724d30e8fa7e4163c2313aacdb 0.75 MB 1,627 35
345,613 345,613 00000000000000001457c2dec180391c9a617786ca00da90a1554494762a5bfc 0.42 MB 514 16
345,612 345,612 0000000000000000031d1b17673b09e6318440f37fad192b3ee4234bbbded6cd 0.09 MB 84 11
345,611 345,611 0000000000000000023a511b6196a40c930f0595a754e1c5f84cbb1f57ef6656 0.41 MB 763 23
345,610 345,610 00000000000000000f79376a2ebd986d1c9690bdcc36d4ec761612b0ae4e67db 0.05 MB 20 1
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.