Memory Pool Memory Pool Refreshing

38,160 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,680 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,679 (736,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
125,998 125,998 0000000000002c98b1f44594392ec349ece121b0860cbc6356859c54577bf3f5 0.00 MB 4 1,295
125,997 125,997 0000000000002c2db5faa31122746d0638e9d226f3b20a076fbb07124e1d50b9 0.01 MB 26 178
125,996 125,996 0000000000003507ef0412c6acdb8c5508cfff4c63e6cf93e4aa7be6af72d35c 0.01 MB 26 1,010
125,995 125,995 0000000000002fb2425b62ebaf840c93564acb845614961e0652561a935779fc 0.01 MB 21 479
125,994 125,994 00000000000026bba0e3632b8fa901954bfc922912d488c96acfa4573736182a 0.00 MB 1 0
125,993 125,993 00000000000006ba63a3c13c3652acf4e93d5bd6c5b1fdfd48deeb64d8c80a92 0.00 MB 2 3,861
125,992 125,992 00000000000020d7824ae42e0759e24564b53c2b40abfe1974f417e86129b387 0.01 MB 22 74
125,991 125,991 0000000000002d4323e33a9e8298421051b69eec48cc24c1916cbe2e8d808a27 0.00 MB 6 0
125,990 125,990 0000000000001ecf09ed1de6a555ce29a79a9288099367d880c983a0bc20e5f8 0.00 MB 9 849
125,989 125,989 0000000000002ec3c67cc4bdd0a44995e3e0f000745e5eee1a69d93ced6fbf4e 0.00 MB 12 1,563
125,988 125,988 000000000000368fa86e220121edf87967baa13c1a614597424cdd72ea2061ab 0.02 MB 41 116
125,987 125,987 00000000000006ee5edba2c7f130dc2450ddeb3e152e0173463538db304503e7 0.00 MB 12 958
125,986 125,986 0000000000002b24bce593b875b3118e11249a62a1ce32be951c400a9ea5206e 0.00 MB 1 0
125,985 125,985 00000000000013d3d1f3cd5ea910a0274672f5baf6faa829c700107c6c0bf4dd 0.00 MB 7 0
125,984 125,984 0000000000002ea10914bcb4ab1ff01174629c1eaa780fc70e07d6f71490112c 0.01 MB 32 257
125,983 125,983 0000000000002d71f33a35be773d4b294c2dcdd3265dbbcc8bb5b0851f76cbd9 0.01 MB 14 253
125,982 125,982 000000000000401ff1fc46523b1417d048eca07672d9487195806feea82c2cb4 0.01 MB 26 822
125,981 125,981 0000000000001bf1eadcfe05e7d45c0b3fb4913a9b11ec830f2dfa143fbb9d67 0.00 MB 13 562
125,980 125,980 00000000000000a85ad3c5c49eae27a455b6ce2cc260e0b8b861647b04c27862 0.00 MB 4 0
125,979 125,979 000000000000418e53b90e15ed218384dac89d1b3e2267562dc272fe41de8940 0.02 MB 73 2,200
125,978 125,978 0000000000002363c197824ed68fab17d4ae6ac3c4fa492196727de56b794d44 0.01 MB 12 1,272
Previous 10 blocks ↓
Total Size: 685.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,383.04 GB sent, 108.70 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.