Memory Pool Memory Pool Refreshing

4,450 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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 ago 1.00 vMB 2,920 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (606,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,024 301,024 0000000000000000735e9e43b873f0b1bafbfd0cf8731b95c164bcbba9ca4f78 0.20 MB 367 35
301,023 301,023 000000000000000026acb5d10d37f5b95a05761b7b5b537b8988eb99d7ebcb14 0.06 MB 128 29
301,022 301,022 00000000000000006141c11948d5e9402187cc09fb04ff2babcd5e567a29aa07 0.18 MB 266 26
301,021 301,021 00000000000000000b59740264011b45d184d02a43a8654f7781da4924e81883 0.25 MB 449 20
301,020 301,020 000000000000000033fb9fa3160997a1892530673f681157108bbe1411909299 0.05 MB 90 29
301,019 301,019 0000000000000000775a2781d2b89f4f991c5718f3656df41cb2216047fa388d 0.25 MB 490 34
301,018 301,018 000000000000000023e7f1104937cfecd35aaf014bdb752ad5566905b5e40298 0.27 MB 274 25
301,017 301,017 000000000000000005a18e5ad256abb60b3e1d3c283679d03c86ad478bdcf116 0.35 MB 894 40
301,016 301,016 000000000000000043afdf99e7698f56ee7a64c36b6a927a960aa7a4513436cd 0.33 MB 590 29
301,015 301,015 00000000000000002285b4138e7bf95a3292d337f743761a8ca908c7b876dbd3 0.11 MB 236 33
301,014 301,014 00000000000000002e223ba688a17959fb5a793c72d66af680f41a7d9235ab52 0.06 MB 132 37
301,013 301,013 00000000000000004ce935a02eb4985a2a819d1c7b87bd1ae25eeb6a5866b39c 0.03 MB 88 34
301,012 301,012 000000000000000053c186b4bb597ef976fb121cc60171c44eecd3f390c9a879 0.10 MB 200 31
301,011 301,011 00000000000000001742b5854437cf05a80ceafecaa5b249b63b3ee405528c8b 0.27 MB 459 29
301,010 301,010 000000000000000005e9215d578862369f6d9882732b6dbaa781bd6afbe637dc 0.24 MB 279 23
301,009 301,009 00000000000000002c31ee0964ba94a0e116eb6c56fd9fb43eee87675189e6dc 0.35 MB 712 31
301,008 301,008 00000000000000005489a5edad7f1a47db77438c5bb9340cd2d7352a534e9fcb 0.25 MB 656 48
301,007 301,007 000000000000000052cf79fcbd39195969c322ed0672d49813d567ac753146d4 0.11 MB 204 27
301,006 301,006 00000000000000007784aeb9030f6e6c8fa6d1ba1734f4eff7bbb37bc17bd2af 0.18 MB 306 27
301,005 301,005 000000000000000007514808acd0d76dee8e402be5973277f08a7f1ad1aa4df2 0.28 MB 472 29
301,004 301,004 00000000000000005e757e80d29c61a72bd9089609332a41f0019b88763ff115 0.10 MB 165 23
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, 114 incoming
  • Data Transfer: 1,635.27 GB sent, 94.23 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.