Memory Pool Memory Pool Refreshing

3,107 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 3,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (54,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,794 853,794 00000000000000000002749f0e95e885db896a4d8234a96d586512427882a0ad 1.59 MB 7,489 3
853,793 853,793 00000000000000000002aa7933d23edbc62f28b2e76b4510a47b33c8cdd5903c 1.41 MB 2,399 7
853,792 853,792 00000000000000000002390b066098bdfd68c391e78b19479d49a9c26d5221ba 1.56 MB 2,878 7
853,791 853,791 0000000000000000000028e840b8fc466ebccd370924d1fc18b8920516c37996 1.54 MB 4,439 6
853,790 853,790 00000000000000000002e6851098d47cd195ceeed656442df62d3c5cd8c2b841 1.54 MB 4,704 5
853,789 853,789 00000000000000000003275bf01afb1aff25a9f375ec72a526d6faa3aca6a34f 1.48 MB 7,136 4
853,788 853,788 00000000000000000001bd1edd22aaf2328bc3f2cb9c79c0f38aef6e3092af54 1.55 MB 6,278 4
853,787 853,787 00000000000000000000de10d04476f2fd67ff32128b76174b9985d5225e1ca0 1.73 MB 3,301 7
853,786 853,786 0000000000000000000365506b47e55cf1c7e784631bc88837db78935e9813b5 1.52 MB 2,999 6
853,785 853,785 000000000000000000027af6189ac6f09d4e7d98d8dff225d0174dcafa7bc700 1.62 MB 2,621 9
853,784 853,784 0000000000000000000362abd4484f921ef889081b7f63f8d23a3863794a85ac 1.63 MB 7,349 3
853,783 853,783 0000000000000000000094105cd67621ba629638e41e50562b13631affda3f03 1.66 MB 4,477 6
853,782 853,782 0000000000000000000053681e72a54ce133a2f7faf61ac81ac1416543e8cf0d 1.54 MB 5,631 4
853,781 853,781 00000000000000000002396aaadc78974a91426057a5d05c92a0703aab5c01f1 1.50 MB 5,942 4
853,780 853,780 00000000000000000002e21b391af29786d83556fe2e5497c53f52e074d7bf44 1.50 MB 6,967 3
853,779 853,779 00000000000000000000146c2cbb346bb6bd8c8dc74c96d38952dacda651a8c0 1.61 MB 3,741 7
853,778 853,778 0000000000000000000240ed15098c617e04e48450eb0f9b398e788e8a9280a0 1.41 MB 5,830 3
853,777 853,777 0000000000000000000054a1a82e1d801cd52ffa1337572eb5fc5f6dabeb2eb0 1.60 MB 3,198 8
853,776 853,776 000000000000000000030dbc110ac4bd1b57343b44f6e8c116c92313cce81fcf 1.54 MB 5,935 5
853,775 853,775 000000000000000000021af898a5ced487b35fabce6e1d73bb37bd7e41d6d5f2 1.60 MB 7,195 3
853,774 853,774 00000000000000000000436e5a7225a86e6b41ffefa731c4baaaeb6ff7f36bac 1.61 MB 4,711 6
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.