Memory Pool Memory Pool Refreshing

20,785 transactions
28.04 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,863 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,863 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,862 (294,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,788 547,788 000000000000000000025d7149d40ff943af4df0787dbf8a7a19903a5e4b2762 0.28 MB 772 25
547,787 547,787 000000000000000000050c298004ff1fb968379a94ca58fb5ed2389dfeb2e689 1.22 MB 2,576 19
547,786 547,786 0000000000000000000924683b189d003c2ebae47ba4ae789a7219a19de8706b 1.26 MB 2,916 11
547,785 547,785 00000000000000000024bd600218c6923db5650c5786b84550dcd1b9951ef19c 0.39 MB 1,003 31
547,784 547,784 0000000000000000000bca334c947e38357e39345890f02c6a651c154ed26abb 0.02 MB 39 18
547,783 547,783 000000000000000000198d33f4108c8b67e9f4b6b777ade5d16ea640fb6b8447 0.15 MB 281 11
547,782 547,782 0000000000000000001f062f75667df33a38be9358d00a405987637742d1cf35 0.68 MB 1,116 14
547,781 547,781 0000000000000000001ebe51904a9cf827dadb79b0cf8016fdcf6404bf6e4aa6 0.31 MB 592 11
547,780 547,780 000000000000000000027b154374792603d8a8cd27c7323cc243d3b949ff6d22 0.73 MB 602 5
547,779 547,779 0000000000000000002271c72e18c8fb87734c630d55f3eaf8246811ddb82b2d 1.15 MB 2,030 17
547,778 547,778 0000000000000000002500cf0790d2524f6e4259b192d98971b58f8075a7fce3 1.26 MB 2,570 3
547,777 547,777 0000000000000000000e834775a5b28299923d9d76e1db893e5a764adcc432c8 1.18 MB 2,994 29
547,776 547,776 0000000000000000001f0366c3cc910cedc1c4dbfc101df4900d82317adb8a3a 1.00 MB 1,431 3
547,775 547,775 000000000000000000009918afe5f763d1b83fe24e7a76f21e5a6ab315e05d79 1.13 MB 2,227 28
547,774 547,774 00000000000000000015bd76a6dee7b750ac6bab2c5283ee279571f4d341affe 1.19 MB 2,731 22
547,773 547,773 0000000000000000000b8aaf3daaa5d6576712b59bfbc52ec95df379c5d81b81 0.23 MB 357 11
547,772 547,772 0000000000000000002025caca3f72b284ed2cf862c0f15cd69b17a4b81ecee2 0.81 MB 1,581 22
547,771 547,771 0000000000000000001d15a612e471cb8dfcf7d05d6e51031d6f698330db0bfd 0.89 MB 1,775 15
547,770 547,770 000000000000000000028c81074c2d967103d5b4232de5f76802979562464a08 0.42 MB 729 9
547,769 547,769 000000000000000000238fe269be4801044290210ddccf23dfa2206ed6c39ac0 0.27 MB 512 8
547,768 547,768 00000000000000000008114e057e83cb4e3214ba482282939531d7c307029b31 0.74 MB 1,262 7
Previous 10 blocks ↓
Total Size: 646.51 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,360.85 GB sent, 38.08 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.