Memory Pool Memory Pool Refreshing

34,540 transactions
48.36 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,029 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,356 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,028 (491,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,821 350,821 00000000000000000c38e7b019dc36d56e7c30bf57f9e47dc15ddf87f2179e3d 0.03 MB 52 25
350,820 350,820 00000000000000000c4dd5b2fa832f4d2c5dd3e190a035aad9fa29e33a0e2012 0.13 MB 279 28
350,819 350,819 000000000000000008f80bef0f2dc0999253ff52236756298e093d7c193cf824 0.24 MB 443 27
350,818 350,818 0000000000000000049e72a6ebcafa929e3b38e70af4b74c757b9807e457840c 0.31 MB 566 29
350,817 350,817 00000000000000001002a1e1063502d4728f4ceb53fe5c0d6735b77f7540542c 0.29 MB 539 30
350,816 350,816 00000000000000000a5c8955625ddd65aa3002982a07ccf3ae6d379c68337b9a 0.10 MB 212 34
350,815 350,815 000000000000000006d4c3136d514ea45ab9a8417c670baf667274bf27f92488 0.04 MB 121 39
350,814 350,814 000000000000000015796465a6a2fe037bc7b4db7d1009cda810cad43fc1a423 0.13 MB 225 29
350,813 350,813 00000000000000000a2acd988dc270cdfd2f7432a48a3aa91e28d19aea47363c 0.77 MB 1,283 29
350,812 350,812 00000000000000000bf411404ae54c86cd7064325dc687ef7ddc77c1fa3fdd09 0.11 MB 232 35
350,811 350,811 0000000000000000138ae9a136954276a64ecd2bd27b9fd6685f9328f9a20183 0.18 MB 298 161
350,810 350,810 00000000000000000541cda5257b7d164570795d3ab33564a851e04259cedfea 0.23 MB 478 31
350,809 350,809 000000000000000008c5f386bced6702d36003af033c2d63f5601259c613263f 0.25 MB 467 30
350,808 350,808 000000000000000000d43cb94ba6bcc855c64664cd2b046a67d6394df4de9a5a 0.03 MB 64 30
350,807 350,807 00000000000000000355d6008f9f01ad1bd2544409bb765b7cb926b8f84d42aa 0.26 MB 500 31
350,806 350,806 000000000000000015a2792973f6f670941afead4cb65d13a1919b1f755d728f 0.07 MB 147 31
350,805 350,805 0000000000000000013661d8e05973b5e482f24dd6677afb3dea267473dadcac 0.13 MB 286 32
350,804 350,804 00000000000000001027f3ed53a93909efa507600feb7be046c04eaf4a2c05d5 0.07 MB 50 7
350,803 350,803 00000000000000000679eada5c3efce8722effb55f33012a8e92b4f28e348f80 0.21 MB 422 30
350,802 350,802 000000000000000006520c8450a5068a86f693e37caac50345d3efca90dac7db 0.51 MB 1,002 31
350,801 350,801 000000000000000001c6f8be26e81385d7f3935f34a128d5108546b3c6c6681f 0.81 MB 1,639 36
Previous 10 blocks ↓
Total Size: 646.81 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,412.72 GB sent, 40.31 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.