Memory Pool Memory Pool Refreshing

46,648 transactions
50.96 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,361 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,845 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,360 (618,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,824 223,824 0000000000000051cfb31d6e261485e68807a1bf72c5ef78a5e02b59ad6baeb8 0.00 MB 7 86
223,823 223,823 00000000000003421a1741eb64e4651532d16def13ac042de1e27cc2db4c44d3 0.25 MB 564 235
223,822 223,822 000000000000001e1424b7c2b63a0935ce7ac2cb9895f9803250a0e0a2feb913 0.49 MB 1,024 96
223,821 223,821 00000000000000d6194a08fbda98440c70114293e6153bb970bbd65da9474daa 0.27 MB 389 103
223,820 223,820 000000000000010fcf766a65020d60a691f835f8816696bc24da1799c8faa4e7 0.25 MB 870 305
223,819 223,819 00000000000000fb4966084a69b4e81f2cc729fe06c430cc865c7260501dfd42 0.25 MB 856 332
223,818 223,818 000000000000019dd2456480701358d1e473e0dadc98e4c2bfa0a752504a06bf 0.05 MB 143 154
223,817 223,817 000000000000029c95d9dbb82f71e2589422cfc2c36e01808a75add7213ea2fc 0.45 MB 815 153
223,816 223,816 0000000000000171c0e18fb4ae38c8d5f0843ca002eef48a5f778297f19e2fa2 0.07 MB 111 90
223,815 223,815 00000000000003be92df8b463ce31888d6a2d0b3f84a72efc1f1d5dc4883220f 0.25 MB 353 131
223,814 223,814 00000000000002a89946eaf7770018f44b8ff3fb918790ffc79b209fdf2a686c 0.25 MB 315 101
223,813 223,813 00000000000002f85110374f52188d74387c759de6de719c99952515cb029109 0.25 MB 495 209
223,812 223,812 00000000000003cc49ed6c0647c3973384020cff0d2dee332776682c0933aeb2 0.00 MB 4 90
223,811 223,811 0000000000000129088286d81321b0916a798ea70ca827adbcc79c85c40ceba2 0.25 MB 605 214
223,810 223,810 00000000000000567c2b0b4ab1a8d89fa63f143dc56a73aae53570a218efc47e 0.25 MB 497 146
223,809 223,809 00000000000001840bea5d297d2bcc047b1bbd5756ab6828d25715978311cd5b 0.25 MB 840 401
223,808 223,808 000000000000014a1bce91a40fa7f25e5901b2db48985ff2030a75aea14d185a 0.05 MB 114 76
223,807 223,807 0000000000000112d04d15db786997816bbc96378db99a75b083d3d1d795c675 0.25 MB 569 232
223,806 223,806 00000000000000c815e520dd80895ce4832d845c316a3da1df2bb8f7473c89c4 0.25 MB 685 266
223,805 223,805 00000000000002ae7defa68d05401fbdc54f46a046e1212097595ed3ddb4c4a6 0.00 MB 12 183
223,804 223,804 00000000000002481a5062879fa13262ef948599e64ee1f81b41557327e60a16 0.25 MB 680 259
Previous 10 blocks ↓
Total Size: 647.40 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,483.46 GB sent, 45.48 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.