Memory Pool Memory Pool Refreshing

3,896 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,680 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (205,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,031 702,031 000000000000000000036851fedd80712fea074b44786d0b19fd22c2648af102 1.43 MB 2,704 10
702,030 702,030 0000000000000000000e23097267230521697b21720f7cce971e540b9456832e 0.22 MB 501 10
702,029 702,029 00000000000000000003681889f54dfa349f3eae79ec9d818a3b26eae9af9741 0.06 MB 180 21
702,028 702,028 00000000000000000008fe72b78c65797d1f78ff8139f3027ddcfe0604c4b781 1.15 MB 1,874 22
702,027 702,027 0000000000000000000812b2eae3d725ad9121f1d1811dcd8e931b2890f0b34e 0.81 MB 1,115 5
702,026 702,026 00000000000000000001d68ba1deadf9851ed7e34aca7d0b44728485ce965ec1 1.49 MB 1,921 7
702,025 702,025 0000000000000000000423011af6b18e755a8a00f37bd1ca925a3262ef9b0b7a 1.52 MB 2,875 9
702,024 702,024 00000000000000000009e7b63dd1fe5fb4e1f5ded460e22738cf348604987310 1.60 MB 2,639 8
702,023 702,023 00000000000000000009d0d3b2e82b4beaea154535a2ee6b155249b6813aed9e 1.47 MB 2,786 12
702,022 702,022 0000000000000000000012021e4428774fbb6d41ea2a7e5fd7f80d81739aaab9 1.68 MB 1,384 6
702,021 702,021 000000000000000000018f9b7b0c8a8c56e928a5162417ca1bef520934557b97 1.57 MB 880 2
702,020 702,020 0000000000000000000c37206438741ec4d81d402e23ca036c87bfed8a06bb9d 1.27 MB 873 4
702,019 702,019 0000000000000000000d7ad0b41414a9b9063a40e7b15e5b5f8b9af2c3b63a90 1.34 MB 1,911 9
702,018 702,018 0000000000000000000795c19570988019aa158682ad9f29cce66adf3883b115 1.55 MB 2,051 1
702,017 702,017 00000000000000000002224fbed06c047676aef931ab7269c82387bdddb3ff77 1.58 MB 2,199 29
702,016 702,016 000000000000000000009073d71b5b68e18b91f81938598e63b4b726b36c4002 1.56 MB 3,426 4
702,015 702,015 00000000000000000003812629880d4bc2473db047aa3733c1f1bb161f14bc4c 1.45 MB 2,642 12
702,014 702,014 00000000000000000008ea99e5fe36252bd343ced76b797b2259f3e5bf9ee7f1 1.51 MB 2,915 5
702,013 702,013 00000000000000000006d19120e8eac639cd0ae5c8b41251ae52ccf1fce6c1f9 1.50 MB 2,478 9
702,012 702,012 0000000000000000000544d6f002236456d474ffe82e492f88a51fd07ebbdb81 1.46 MB 2,916 16
702,011 702,011 00000000000000000000abec6bd19b413150d5ba66b04238cc0ae7f0547cfc30 1.55 MB 2,000 33
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.