Memory Pool Memory Pool Refreshing

19,584 transactions
30.07 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,784 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,783 (37,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,075 826,075 00000000000000000001855f3c8f319f9a24a609ff8c88c47cf68fa5949a43cb 1.61 MB 3,002 71
826,074 826,074 000000000000000000035461036f23ab843da14991229740516f8f2c6bd489d0 1.48 MB 2,497 95
826,073 826,073 00000000000000000002976709c512a3f67e9615974e69930d05d46883591710 1.40 MB 2,195 69
826,072 826,072 00000000000000000000253362790dfe543c872be25fe43f74b02877efd1422a 1.58 MB 3,275 109
826,071 826,071 00000000000000000002ca4d6966f0844b52c75ccb05e1394f2829ab87def432 1.53 MB 3,543 141
826,070 826,070 00000000000000000000b8445f65f7436688f62c21e28886db439a9078202f4f 1.55 MB 3,600 132
826,069 826,069 000000000000000000016a851d73fcc9cf217adc0029e6870a2f5a00ba860fe9 1.58 MB 3,233 202
826,068 826,068 00000000000000000000c9ccd1d7e3bfd3944b9defe348e8ccbfc7a74f8dc9f0 1.53 MB 3,411 152
826,067 826,067 00000000000000000001209c30dc36bb5a88b0763bcb806123375c4c6c11b46a 1.65 MB 2,660 77
826,066 826,066 0000000000000000000242c0030d29dbc3ccdceb504d70e49098db52b999efed 1.87 MB 1,890 59
826,065 826,065 00000000000000000002cc55bfd1a418bd91e2e129d7c084cbc5c7ad5440f850 1.88 MB 2,153 55
826,064 826,064 000000000000000000038c5f2a5ea1f7c8a3a231f59cf5678ef3cc1b32605b63 1.64 MB 3,101 100
826,063 826,063 000000000000000000036831fcdc2d22714e7e831e119e2db5f92d6495f48273 1.60 MB 1,995 73
826,062 826,062 0000000000000000000357a06c14fef8a79bb554a97359a86181bda88a32a6b1 1.83 MB 1,370 90
826,061 826,061 00000000000000000000be5ab845f002fdcd5973a145f2a520c9247248738c27 1.73 MB 2,810 130
826,060 826,060 000000000000000000034d1e2f988cf168e6eea2110de5fd47e929fb3388ce12 1.78 MB 1,806 103
826,059 826,059 0000000000000000000353fba0847e69af1b2598d270b76b095ff576527fa7e0 1.53 MB 3,164 116
826,058 826,058 000000000000000000000b5f24a127317decd170dd99b765d8368e004ffcb93e 1.45 MB 2,951 156
826,057 826,057 000000000000000000035e80b5928dd4de1ebdd56a07d59d1a8ee71c31dd6988 1.68 MB 3,804 171
826,056 826,056 0000000000000000000391682674f5a74fac36998c3e7624a2dc06fcb04ddeff 1.56 MB 4,003 194
826,055 826,055 0000000000000000000229e1e592b452eb41f9ca4cdc387d228262afc1371a25 1.58 MB 3,031 213
Previous 10 blocks ↓
Total Size: 687.61 GB

Node Information

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