Memory Pool Memory Pool Refreshing

28,343 transactions
40.28 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,912 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,008 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,911 (411,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,078 430,078 000000000000000000817381deb794617214bce2b343e2838185bed17b55ca3d 0.35 MB 649 46
430,077 430,077 0000000000000000022e77a0e41831fffeb5b5a4c66c3127c60b52856f31fa8a 0.20 MB 472 65
430,076 430,076 000000000000000002dc4d0aba20891e84a04e9beffd9b648102fe702dd0731e 0.96 MB 1,037 29
430,075 430,075 0000000000000000000a502f779315bd6b73104c243b06f9309acd83bff1d968 1.00 MB 1,853 44
430,074 430,074 0000000000000000033014a587ba9a1328af2346faab7090f8fad384bbc069ce 1.00 MB 1,805 34
430,073 430,073 00000000000000000433cb52cb2d90ffccfd9c8678a9d7ba77b3f4b9d0d9789a 1.00 MB 1,031 57
430,072 430,072 000000000000000002750d47d10b0ab37d91dd7531bcdad11c42685e3ef403f3 1.00 MB 1,430 50
430,071 430,071 00000000000000000301e3b71195694fa1aa0624bdd6474779160d192e0fc6d0 1.00 MB 2,699 79
430,070 430,070 000000000000000004110032bca09704da5aa131f1a7c7b64a2276a4ba19a33c 1.00 MB 1,428 28
430,069 430,069 000000000000000001686279dd9c2f44e7451512356edd011009fc415044b00f 1.00 MB 2,285 63
430,068 430,068 000000000000000000721f000b759b6b3356a641c4efdd8013b42fc423c2d755 1.00 MB 2,529 76
430,067 430,067 000000000000000003f41f33820d5997f334e183b59faf861ce6c3f746b596d7 1.00 MB 2,221 73
430,066 430,066 0000000000000000024d70af94a3dde45804c08d3fba5debed71f5edc11a106d 1.00 MB 2,472 50
430,065 430,065 00000000000000000126322706bdeae1a43752e9e55a460cf72ee55e9d92f9c4 1.00 MB 3,058 88
430,064 430,064 0000000000000000045ba2cc953263398e5b6c2e9c7dec5cbc5d68d627e0737b 0.79 MB 1,383 46
430,063 430,063 000000000000000001edef785689b0c4fedb644188f9941436cfe662c34766d9 1.00 MB 2,823 74
430,062 430,062 00000000000000000457556d0f8bb5371a42175df210b9a515afc6da6dbbd00e 0.10 MB 302 85
430,061 430,061 0000000000000000031962b3a9f02157e486acb5bf4b4143cba3770c3a3752aa 0.99 MB 883 18
430,060 430,060 0000000000000000014a3a707c128462f214ce2c9cc0e5161d99925e2080f525 1.00 MB 2,148 57
430,059 430,059 0000000000000000017e828805dce269b03ac3f6b1b99a943a5c712b65da8ca1 1.00 MB 2,618 68
430,058 430,058 000000000000000004a0690ab88827e314dafffefa40a6f4508d235cc990f67b 0.70 MB 1,663 59
Previous 10 blocks ↓
Total Size: 646.60 GB

Node Information

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