Memory Pool Memory Pool Refreshing

48,026 transactions
19.63 vMB
Show Random Selection Loading Transactions
Max Size: 104/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,036 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,646 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,035 (776,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
70,892 70,892 000000000067aa84cb772301b8476d5e9196b8e44d70f3f74e5df192a161368f 0.00 MB 1 0
70,891 70,891 00000000003b1450aee418e164a518d0533d0324574926264a78744fbcdf842b 0.00 MB 1 0
70,890 70,890 0000000000c193d62ad86daedcdf4da1c601c74bcdc55b154acd4c597a74a9d8 0.00 MB 1 0
70,889 70,889 0000000000cdc2e71229bd55a01981cfd35798f1a4104b1d12c6d0a44f20ab9c 0.00 MB 1 0
70,888 70,888 0000000000271a6924416aab217c9d3b31b1af1aededc8ecc00f57a3f4266920 0.00 MB 1 0
70,887 70,887 00000000006b5c08167fbc05a07ccc687978db8d3254f4c2d24d67b9a2c84bec 0.00 MB 1 0
70,886 70,886 000000000001c316cbb19e27afee3e42aa7091f3667fb4ef37ee4e8740343181 0.00 MB 1 0
70,885 70,885 00000000002f5a19d0a0db94d21510a2b4e70ef64a8b74cd9ec1d40919fab210 0.00 MB 1 0
70,884 70,884 0000000000ec091ea14a34cb4a85fbda45b4f66cb0a9031f408b3fc665f6f5fd 0.00 MB 1 0
70,883 70,883 00000000007b35f2b158458575dfc1b9798cce3f21685a81454f522950f461d9 0.00 MB 1 0
70,882 70,882 000000000093062fb499a9f638854644967cbe00f5a43c4526a3d929b4ce5da2 0.00 MB 1 0
70,881 70,881 00000000003f71150314b94ab3d9d15f09926a7284fd00fcdbec74e1806ddb33 0.00 MB 9 0
70,880 70,880 0000000000fc010d0626ca9e6f6b31cb8408b78f3a52f695d13654ec54ae9fd1 0.00 MB 1 0
70,879 70,879 0000000000af658662ff7c99ccb7594feb87fef5a33a4e705479b26eeed24d20 0.06 MB 276 0
70,878 70,878 000000000067551f3a1dcf92290ca9b62937d62160c319ce2d0dfea4cf10fd3a 0.02 MB 112 0
70,877 70,877 000000000038509d72d0a66fd2ec8586d510a5a36cec901b3689607c2871481d 0.01 MB 61 0
70,876 70,876 00000000001272d541fc93898c613280db1cc64472b92fff841c33b1f6610bd3 0.04 MB 190 0
70,875 70,875 000000000085240735aaca9c00d6fb637a507127713ba4de214b2532288b5d2a 0.12 MB 548 0
70,874 70,874 00000000001df759fe491964b9aadb01ccb4c8e4ec8b7d5b5b1725e6b1556198 0.02 MB 79 0
70,873 70,873 00000000001cf9a61fec87f8a8a60234d0aebc704ea83beac2c9c5f5bcf8c378 0.03 MB 113 0
70,872 70,872 00000000005777c693a113fd766d1d08e5f5a654c46fed9efea50918ac4f5bc8 0.03 MB 147 0
Previous 10 blocks ↓
Total Size: 656.03 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: 9,518.80 GB sent, 99.85 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.