Memory Pool Memory Pool Refreshing

64,891 transactions
39.86 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,372 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,905 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,371 (296,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,829 547,829 00000000000000000023ec99a309d9998475d07a7f12f2563051125009a6be89 1.16 MB 2,765 16
547,828 547,828 0000000000000000001b6a69ca0427fc873754bd357ba59b108c66b40c4866a6 1.18 MB 2,789 3
547,827 547,827 00000000000000000024a08211750e56bec0288b3d74a6e9f1edf197500c05e6 1.22 MB 2,317 21
547,826 547,826 0000000000000000000380d37f0c08c75d166f73bd7b3d9f7dee450a86bacb97 1.24 MB 2,588 18
547,825 547,825 000000000000000000214f39cdb95eb84f68c33decbd8628cecdad04da0e852a 1.11 MB 1,786 9
547,824 547,824 0000000000000000001826cb02eb608af58fcf0683baef9f32b6fced0d3e61ab 1.23 MB 2,436 12
547,823 547,823 0000000000000000001652e8994e7953ecf9a56c882e08b9d1327d106f0d48ef 0.28 MB 442 47
547,822 547,822 00000000000000000010821d1bfa8684ff8fffb960830ce0428ae535a2561a89 1.21 MB 1,203 2
547,821 547,821 00000000000000000002b783fc1b993e8d4d5a0b3a70b3197546584b53201f0c 1.15 MB 2,402 3
547,820 547,820 0000000000000000002567838455718b809732e2f6f6574b419023574e837a3e 1.19 MB 2,291 18
547,819 547,819 000000000000000000242fefdd690d5d50bfa3303ef1d3b49f21af8797252c02 0.41 MB 652 16
547,818 547,818 00000000000000000017e64c4a4087337a42f202d6077147b6b798cb7decdf4b 1.16 MB 2,283 9
547,817 547,817 00000000000000000021191a732a582d8752e717f385b3e72ed3b9a77389e81e 1.24 MB 2,594 15
547,816 547,816 0000000000000000000715f52b0f380f1c44375badaa212429f62ff9e37f512e 0.07 MB 201 22
547,815 547,815 00000000000000000008bc3a984fbbcf79e0fb411bd655185a3748812fcbe0e6 1.32 MB 2,628 4
547,814 547,814 0000000000000000002116c71dc786e2c6fe4b70b1dba0e8b2cb69bd594064b0 1.22 MB 2,573 31
547,813 547,813 00000000000000000010dde810a576bb80772a5d3bf6f8e8c8d89aed22399d32 0.75 MB 1,451 11
547,812 547,812 0000000000000000001545a2f307ae3b197b8df99c277364065b85e4a294e58f 0.54 MB 1,007 9
547,811 547,811 00000000000000000012a7a5b71f16785742e6e3a9296a9450ed76dd2df1ed75 0.94 MB 1,538 10
547,810 547,810 00000000000000000023d00bd6e251eb2d1a48a711d1b247a8cc58b950d8ed0b 0.74 MB 1,091 10
547,809 547,809 0000000000000000001afdf2f8ad594d703d5835e4c8b0d62b81f1cf15d09d75 0.96 MB 1,835 11
Previous 10 blocks ↓
Total Size: 651.21 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: 9,109.68 GB sent, 67.29 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.