Memory Pool Memory Pool Refreshing

46,318 transactions
45.70 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,300 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,005 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,299 (350,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
491,896 491,896 00000000000000000010b46dffc96ba2c00d2b7c61f7a39efe4c9f52ef9d214f 0.26 MB 641 91
491,895 491,895 0000000000000000008a59add433dcabf21b332b1e647e6db2ffae5673b3d144 0.87 MB 2,044 73
491,894 491,894 0000000000000000001fbad88785459c90d266a3d7b5c8118e8638f16cb7a27a 0.74 MB 1,737 62
491,893 491,893 0000000000000000008470a42f84fc3db95a9281e8d6c938eee828de37521413 1.03 MB 2,325 98
491,892 491,892 00000000000000000035eeca24e2e85592484700ff03beb90d5479b18a59902c 0.76 MB 1,852 76
491,891 491,891 000000000000000000a68b01f7fb85c84cb68c8e6aa8b8c346da64e61c29db95 1.05 MB 2,241 83
491,890 491,890 00000000000000000048129394b546feaef5499446bad73626c963f9424df505 1.04 MB 2,063 84
491,889 491,889 0000000000000000003bcad13b71eff32871ad35cf523596ed9efc82c024e3a6 0.16 MB 336 77
491,888 491,888 0000000000000000004d51329a2a1ebec78f4f8e56fc3df36a0dec9dfdff43af 0.75 MB 1,380 80
491,887 491,887 000000000000000000e658ce8264cffdfa606740c79752978d4d5fc28c07e1e1 1.00 MB 2,004 73
491,886 491,886 0000000000000000006698e500c5a3c8753a048f51532848f7a69ad5d5bb060c 0.45 MB 858 78
491,885 491,885 000000000000000000d02c2c22aec8de660e2d0fdd738c1bc5259dfd4de5a1b9 0.14 MB 207 54
491,884 491,884 000000000000000000c0b28d023a2ff80fcaf0529a0b3d423fa1edc883c6c62c 0.09 MB 232 105
491,883 491,883 0000000000000000007842ac5a700d5cfd8ad47ce0203cf2d9ae26949046f91b 0.66 MB 1,490 78
491,882 491,882 00000000000000000095167ae40ec440de5abfc57c3b4467a4f7275b9a76c40a 0.42 MB 898 68
491,881 491,881 000000000000000000722002d4c1b035bf59204bf99ff6fc618845035a6864f7 0.19 MB 445 110
491,880 491,880 000000000000000000111543ed6ce1b86abf711fdf402db78753357b0bc2d68b 0.25 MB 596 112
491,879 491,879 000000000000000000da56655fa07517576a33ed6f7133bbd2c4eb12266bdefc 0.32 MB 615 88
491,878 491,878 00000000000000000037b22b95fc319a4b85aaa7c6d6dc08f66eded6a2c489b4 0.33 MB 728 92
491,877 491,877 000000000000000000d53d0f5864eca7dc86326077a2de819e8475ae9df7abb4 0.92 MB 1,741 8
491,876 491,876 000000000000000000cb5b44b3ebb260fa02c9bdb1beb90828e398441ef5bd3c 1.08 MB 2,207 31
Previous 10 blocks ↓
Total Size: 647.28 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,473.47 GB sent, 44.51 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.