Memory Pool Memory Pool Refreshing

32,000 transactions
25.89 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,223 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,222 (228,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,833 613,833 00000000000000000007446cbb300cee8052e5bb1aad21abc6447fe28450f8b9 1.26 MB 2,631 8
613,832 613,832 0000000000000000000fbfda03c054fe946dc56b747ac293e2636d6658cf5b67 1.29 MB 2,682 19
613,831 613,831 000000000000000000041f0d06bf0f45108192b28e2327d45abdebb600621ebc 1.26 MB 2,733 2
613,830 613,830 0000000000000000000bd35ab6169950fe3d0670ebcc41e67331128b1444d3de 1.27 MB 2,893 20
613,829 613,829 00000000000000000005d466e094de60ac6feaefc2c1757d5b5120c7362656b6 1.26 MB 2,537 15
613,828 613,828 00000000000000000005ed76224bd9e039c412f31dd5bc2c5ecb79bf202f0715 1.25 MB 2,896 14
613,827 613,827 0000000000000000000d6f59f756416a98c9b41e36f73826e5fbaa2e3d2ef3b8 1.30 MB 2,657 15
613,826 613,826 0000000000000000000bd4a701bf718eb977601a3c6a0e56f014ddf09be101c0 1.23 MB 2,643 11
613,825 613,825 0000000000000000000af72dbdf7513a4fc87b605ce6a9273ade2ba912521a21 0.30 MB 784 13
613,824 613,824 0000000000000000000c13d9f8ee51d12e9eeefc35710f609b8d9462bb3eb0d3 0.02 MB 48 14
613,823 613,823 0000000000000000000f04c02f68af04717c39512dedd7aaa223bdf0668c69db 0.11 MB 293 19
613,822 613,822 0000000000000000000dd53f23d90a94350101aa0598fed4dd2517c88581c33c 1.05 MB 2,215 12
613,821 613,821 00000000000000000011a22734d9484f6778610e15547c27420cf53d32ae78da 0.08 MB 232 33
613,820 613,820 00000000000000000005d0e21514beb8e0f2f7829498877b5a4d69cdb65236be 0.12 MB 322 16
613,819 613,819 0000000000000000000cbaba0c74603c0453cf6ecea7c6426c5566ecebb16737 0.17 MB 395 12
613,818 613,818 0000000000000000000989735e6fa5f4829cbffca469fd00b5536a9586f30429 0.47 MB 1,035 17
613,817 613,817 0000000000000000000b5139291717d7199fb3d93896c661d2afd5e319036c4e 0.14 MB 341 11
613,816 613,816 00000000000000000003d84876ff6f7a2e4c9f521564a46b0c5f8063fa741fcf 0.26 MB 625 9
613,815 613,815 0000000000000000000a14511a334f21ec8661f780d0b2b33b7580e071fbc9a4 0.22 MB 592 21
613,814 613,814 00000000000000000005b5c2a9c9529f83e71f0f21837886f921c90d4663aedb 0.18 MB 360 11
613,813 613,813 0000000000000000000db50bf6476b8dfa12a8ea975360c130f20023b788ff47 1.20 MB 2,719 11
Previous 10 blocks ↓
Total Size: 647.15 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,458.86 GB sent, 43.45 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.