Memory Pool Memory Pool Refreshing

34,826 transactions
53.80 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,700 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,204 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,699 (294,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
547,801 547,801 0000000000000000000e75cce7d2acc61c5d6b185166bbb769255cfc36cedc48 1.20 MB 2,337 7
547,800 547,800 00000000000000000007226f3035670be6ca54481dc4a4a8121ad7c07e28bb1a 1.20 MB 2,881 27
547,799 547,799 0000000000000000000af0186412343a6b1db94d1f132b0f32d42004600f14a1 1.00 MB 1,357 10
547,798 547,798 00000000000000000014dcf59e7e8b8669f87cb57e0379facdb662897207c036 0.90 MB 1,411 11
547,797 547,797 0000000000000000001a42e34aed2c324d773b5d16483ecda39b813ac74d7336 0.00 MB 1 0
547,796 547,796 000000000000000000134119dbc8e0c4929fc4ebbd6ed335fc424fc3d6ceb348 0.75 MB 1,147 10
547,795 547,795 000000000000000000135785c345243e3ebf7a2a358dd928fb21d8d2890d0f1c 0.67 MB 1,026 8
Previous 10 blocks ↓
Total Size: 648.05 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,567.12 GB sent, 49.54 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.