Memory Pool Memory Pool Refreshing

65,212 transactions
49.05 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,039 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,908 39
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,038 (579,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,269 268,269 0000000000000006ee6d5a0c5060a02b46f8eee92481d812540c8e88982e4452 0.25 MB 283 53
268,268 268,268 0000000000000003eafed7788e755d7248c9b3894b925ca170849fe576041eb9 0.50 MB 355 58
268,267 268,267 0000000000000007f73582732bc82e0a70e78e45a6b924b7ac0059c8dd73e807 0.50 MB 571 68
268,266 268,266 0000000000000008170136181ebc1d9a5ef1f160598c0b7ed8f5f94b5ee23282 0.07 MB 144 94
268,265 268,265 00000000000000032b84a96357691c2a2ba6777c82f871a79182f8d9a117d14f 0.25 MB 103 68
268,264 268,264 0000000000000004db516fcef760c9e99677f073dd0d0aec92b4c185ea331901 0.90 MB 236 53
268,263 268,263 00000000000000062227a90b3584ecad26a0bfcaf4464375861328479d3fd74e 0.25 MB 143 50
268,262 268,262 0000000000000007745e23259d87a3de4182786feaf20b09e27420b2459f4c27 0.25 MB 208 57
268,261 268,261 0000000000000006e50dd3a7932912a124f4a33125c012f0b93e7ca755b6707d 0.05 MB 117 196
268,260 268,260 0000000000000000439180152517b0959b9e08b46355ec037bdd9e2ff4a71f46 0.25 MB 251 73
268,259 268,259 00000000000000054947a089d40b5e77879c245460c8a7572df8efbc69cd542b 0.25 MB 659 103
268,258 268,258 000000000000000429140bb0514049216e7e9a6909921bb51b370156d8e75957 0.25 MB 721 109
268,257 268,257 00000000000000066cfade139a024e210cefa23642e477aec187c9866af51cee 0.15 MB 384 80
268,256 268,256 00000000000000071fd41485a308c72d5d37c786822dc4ae693449031e8fb7e1 0.11 MB 266 72
268,255 268,255 0000000000000002d6818f13ae747a1b6bafebcb18e5428b29ff8fdcd3ed74ab 0.45 MB 973 81
268,254 268,254 00000000000000033a4033a752e902ac006d045e4d5c023fea51f9c71e73a7ff 0.12 MB 182 22
268,253 268,253 0000000000000003246a42f137434ce39fd50175c327b698030a2bcfa4dadbba 0.15 MB 388 78
268,252 268,252 00000000000000016a3373bacf9fd5d545be68a1db2175463876a4865c760359 0.03 MB 68 29
268,251 268,251 000000000000000794821226ebead688e9dd6071394c084e6b4db650ff39410a 0.07 MB 200 59
268,250 268,250 0000000000000003567702c531a79739b0f88afa3ab4fcb609dbe5c5d949a2e1 0.17 MB 234 7,361
268,249 268,249 00000000000000070e2e50afb21faac2383c98d20d38c3e9968320281a293707 0.15 MB 203 24
Previous 10 blocks ↓
Total Size: 657.83 GB

Node Information

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