Memory Pool Memory Pool Refreshing

8,370 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (577,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,792 329,792 000000000000000005ac23af0fc14c64d093611e9664699f92605155b1e2fd0f 0.64 MB 557 15
329,791 329,791 0000000000000000057fb3a02d098d0771de6c02235954abb9f4e952dd0b9243 0.38 MB 1,065 39
329,790 329,790 000000000000000004d375414bbc1d213bec6f3fa73da5b289f55633cf02591d 0.49 MB 754 22
329,789 329,789 000000000000000006546ba60b2372296bc53a4dbdd642b8600e38488725abc8 0.26 MB 368 19
329,788 329,788 0000000000000000075b7efe9e193262f6d5b680c5b4e2c8ebb7f5e3064804d1 1.00 MB 1,748 27
329,787 329,787 00000000000000000c4bef62a904685a91db2336027311959475dfe640bb3414 0.21 MB 331 22
329,786 329,786 000000000000000019fb627ced0a2bfe2ae527da65fad2c9c036887ae0e75f1e 0.87 MB 1,310 24
329,785 329,785 00000000000000000e9aa36e7dcb757fea7e81d2c3606fe1fa18a921ac6f8072 0.08 MB 176 11
329,784 329,784 000000000000000008bc6b83e54909974b875090adcbc66064efeb17a812e0c1 0.21 MB 315 21
329,783 329,783 00000000000000000e39ef74341e1190c0269aacec4edcc1913276d1e4a66a3f 0.22 MB 311 21
329,782 329,782 000000000000000000d9a471068b22bf13d73e31ceb3c0dd343e984433a6c5e1 0.06 MB 57 4
329,781 329,781 00000000000000000d6aef5c5d3a2fb4f9b509e74423ceee88a24784a8980806 0.37 MB 466 20
329,780 329,780 000000000000000003f7d573855ff5bc6ade45e032b06091221275bbcae73774 0.81 MB 891 18
329,779 329,779 00000000000000001428554adfec6515853f5b4badf35fb2e10c9dbb6c527d72 1.00 MB 2,215 32
329,778 329,778 000000000000000017a132bca29bba0fa45f71f537d87a113c0c5f6e89e0e520 0.27 MB 413 28
329,777 329,777 00000000000000001330f74deae5b944c3025f21db719cec3aefced953517dca 0.07 MB 115 10
329,776 329,776 000000000000000003e6daf7a49026520bb01d405d639d6c2783ff95bbf4d539 0.11 MB 217 21
329,775 329,775 000000000000000014e883fd31c9344e3f8cab55c290df2c0bf2ec1d3aab7413 0.35 MB 476 20
329,774 329,774 0000000000000000018f99bfc1cfda944be1fa649bf48c26e27bdfee0d9459a5 0.75 MB 923 22
329,773 329,773 000000000000000000ff1aa538ba3a55eb23c2558c611fd24f3eeb7831c90096 0.75 MB 1,407 27
329,772 329,772 0000000000000000189eb3fc6ec9460116e00a434ce87c8789180545ea27d74c 0.15 MB 347 36
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.