Memory Pool Memory Pool Refreshing

27,308 transactions
39.90 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,913 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,346 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,912 (407,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,804 434,804 000000000000000002fbf960279cec5beb1dc5855ee1687252eef27d75467e41 0.35 MB 890 68
434,803 434,803 0000000000000000042f4a841bb2f42954dabdd6801507a32f9e3f174aa98310 0.49 MB 942 53
434,802 434,802 000000000000000001961227453f668d8686c21511b7f0d17181b10d0449a6a7 1.00 MB 2,270 63
434,801 434,801 000000000000000001a47b20060c5fd6b128b97caf602643a2167ce85a8b875b 0.99 MB 1,253 49
434,800 434,800 000000000000000003b70b765da73b2690a9df6c7b2bfa949420c83bb4545893 0.09 MB 189 71
434,799 434,799 00000000000000000066c8ed71726cf95897ec741f4ec847c0c42a723bc34377 1.00 MB 2,375 69
434,798 434,798 00000000000000000259859bb1f808f237a597619f62d1df8bd4a72da53ccfb9 0.29 MB 626 70
434,797 434,797 0000000000000000012795bb1689d998fcdd22a3d799cdd4c42a2dad1c18082a 0.60 MB 1,134 61
434,796 434,796 000000000000000000f6efcc15686cf2c73868cb5e5c1477d723743d13b84dba 0.24 MB 502 66
434,795 434,795 000000000000000001ffa92732aece661ab110827740d70f566cb17b590ce701 1.00 MB 627 10
434,794 434,794 000000000000000001d3f602d0c148854eeaaf30c34654db3d1bdd371a0a0683 0.98 MB 2,294 56
434,793 434,793 000000000000000001f3a176308df4a681920606fd83994b3472479f6d911fb7 0.31 MB 510 31
434,792 434,792 0000000000000000008970720db5ecc89b9e2a64e43617f52afd718c07c39ac4 1.00 MB 2,210 55
434,791 434,791 000000000000000003c389da4bf6e6937b0c62d74b370f7a025198ae6286c28c 1.00 MB 2,007 57
434,790 434,790 0000000000000000005e2f46639358cc56b60ed7bcd36581358e01cb5ff4be85 1.00 MB 2,574 69
434,789 434,789 0000000000000000022fe4594be550ea066a7e563c154228e0f6dad444f332e5 0.93 MB 2,129 60
434,788 434,788 0000000000000000011b01bdc66cad877d8e25b03b90e1a0bb1a014d0113d17b 1.00 MB 2,294 94
434,787 434,787 0000000000000000012f3aaddb321c5f810ec19cb1f5fd1e134ba9ab7708c4fd 0.41 MB 630 46
434,786 434,786 00000000000000000376fd179b181a25860fffe8e8cd24a5dfd185c06d3ec1c3 1.00 MB 2,231 56
434,785 434,785 0000000000000000002210452ccee12f50cabe955678e1ba58a86c0144db4375 1.00 MB 2,246 73
434,784 434,784 0000000000000000000cd29ec4cb42c5c9c7ee99c002ee3514228d0dad736a74 0.48 MB 1,062 59
Previous 10 blocks ↓
Total Size: 646.60 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,375.52 GB sent, 38.73 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.