Memory Pool Memory Pool Refreshing

17,006 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (312,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
595,713 595,713 0000000000000000000ee6fbb0bbe1ecaccc4c888dd533d1e95d041dbcb512ea 0.89 MB 2,302 21
595,712 595,712 00000000000000000009c8cfe576b875a44cbac8c419a2a0e4391f1c2ec63e83 0.52 MB 1,434 25
595,711 595,711 0000000000000000001377ccb73ac86739fd96d2643f4ea2d57dc44a82bfd6f5 1.16 MB 3,025 23
595,710 595,710 0000000000000000000a625187b7d015665c6797bc9e1b68343721fe882ac809 0.64 MB 1,547 27
595,709 595,709 00000000000000000009569e89e67c4d83da48c2b422354976c692af90c966ec 0.08 MB 109 2
595,708 595,708 00000000000000000009245a67eaed4a8a3d1d8b72b8db5d360f0d7cc04db634 1.20 MB 3,121 25
595,707 595,707 0000000000000000001183c4f2d55219da1a04821943a8a690539f3b42279aba 0.71 MB 1,757 24
595,706 595,706 000000000000000000078b80be12485c32eecc9934204304b8d994bc1920cebf 0.74 MB 1,719 7
595,705 595,705 0000000000000000000dfb30cfc3281e8497b83a4f603d7a194c5d5ab6e861f2 1.23 MB 2,469 35
595,704 595,704 00000000000000000008ee11cd5f2c0ef79c2f861174b53460f0491417e3a47f 1.01 MB 2,874 27
595,703 595,703 0000000000000000001454feb0ec309a3d864aa16e00b79d193abe2bfeb28afc 0.96 MB 2,379 22
595,702 595,702 000000000000000000127ca8cdb1572180aa475205fec95fb6df0caabba7c640 1.22 MB 3,335 26
595,701 595,701 000000000000000000042efc6f573d9966c8d1656b08e4a4d11c20fa018e4e2d 1.16 MB 2,667 26
595,700 595,700 0000000000000000000e2a726380cec8115b5e6ec93388312caf19db7d673890 1.20 MB 2,525 38
595,699 595,699 00000000000000000000918939044c02ac11298f485bd5e2436879231ac475df 0.93 MB 2,147 15
595,698 595,698 000000000000000000067945e6ea8faa085467dd821c86280e02678866fa594e 0.00 MB 1 0
595,697 595,697 0000000000000000001709b142025191b1ccdb5e5069bf68de9fa91c52cd4f5e 1.10 MB 2,841 4
595,696 595,696 000000000000000000150d8179c55809680e59291b257fe408e8de926482f267 1.15 MB 2,021 29
595,695 595,695 0000000000000000000efc6ffc1eda56e953262264079cb409784b368728c9dd 1.23 MB 2,019 34
595,694 595,694 0000000000000000000b0b01ecc3ecb9535aa245acc231971bc9594abf39ef26 1.25 MB 2,735 40
595,693 595,693 0000000000000000000d359c5883b03465acdde7a7ac1b18b71ce4028f36bcd7 1.38 MB 2,855 20
Previous 10 blocks ↓
Total Size: 769.02 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,624.67 GB sent, 93.00 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.