Memory Pool Memory Pool Refreshing

32,692 transactions
42.68 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,213 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,137 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,212 (293,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
547,808 547,808 00000000000000000025387f00dc4b174df5f00d44169785bd2042dc2c0d8cb0 0.58 MB 946 10
547,807 547,807 0000000000000000001a045ed6bdb181d467dd13baaaddc036a1ec833b02de98 0.02 MB 52 15
547,806 547,806 0000000000000000001373f62750964444ad2ee310745c244d0faf2838f9998a 0.98 MB 1,100 23
547,805 547,805 00000000000000000001cf1188cff4a147b2b59c1cf3d8b33c457c18f3a7f5e3 0.65 MB 937 9
547,804 547,804 000000000000000000091afc4282b828c6c2072c9e1e31ace3c262d4f2ffbc93 1.25 MB 1,724 9
547,803 547,803 0000000000000000000a180ca4c076277ab7f296588be2d608ba8931b6e994ef 1.12 MB 1,683 2
547,802 547,802 0000000000000000000e27059333ffefd3a42a1d6d545a63d64512498b41e52c 1.17 MB 2,161 14
Previous 10 blocks ↓
Total Size: 645.27 GB

Node Information

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