Memory Pool Memory Pool Refreshing

44,105 transactions
47.32 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,332 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,079 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,331 (170,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,107 672,107 00000000000000000001efe20991e1d8ade2ee6499d2c22d18e4adbe04e4b3f6 1.15 MB 1,738 89
672,106 672,106 000000000000000000043f641cdd011377e7b026809ec91d755a150c3b118195 1.32 MB 817 72
672,105 672,105 00000000000000000002ece42faace1e8f34caadb24c9156c4804460b6b10bf0 1.83 MB 587 33
672,104 672,104 000000000000000000045a8ebc6f3b84d809f4a594b3577f4c8906785248cbae 1.55 MB 525 27
672,103 672,103 00000000000000000006ada05cde20f252c3aad2af08abd8ce81cd80d97b5a78 1.21 MB 2,066 55
672,102 672,102 00000000000000000000112fa4c9b3397e7697248f75b00b8dc8d0a5cc6a9cc3 1.23 MB 2,123 73
672,101 672,101 0000000000000000000929d889964c21ff17e71fe71dfead446383482015de1c 1.30 MB 1,969 33
672,100 672,100 00000000000000000000c14e7b1effc8f5997e4b3113ad56c9f20cbcd0e0aaea 1.27 MB 2,762 106
672,099 672,099 0000000000000000000a698d8debeba5d9fa3b8f3d319be5ebb4ac5f115c2087 1.19 MB 2,396 58
672,098 672,098 00000000000000000005dffbf9b705907c1b32cf1bd95f4aa6d7b69b6f932b2b 1.32 MB 1,959 84
672,097 672,097 00000000000000000003a4eb6b08baed2a0e4e700a87b6633afe8e8be0404d51 1.21 MB 2,153 64
672,096 672,096 000000000000000000000ba38802f756f6ccc2a2ddd90249c168df94e7486495 1.33 MB 2,751 104
672,095 672,095 000000000000000000075fb8e9803eb0977c35aaaf50144f78250af13f014489 1.53 MB 1,137 37
672,094 672,094 0000000000000000000bdd231c4c407368c82e3ddbc1cde99ccbf0f6f060d57d 1.35 MB 1,167 35
672,093 672,093 0000000000000000000ac48069e7d8857f87b66ad0fe1871526039a75deae41f 1.21 MB 2,432 54
672,092 672,092 0000000000000000000336f6ecd8e8c5e4c8fa2a2b6e57d5c15ec239bde9c891 1.20 MB 2,092 50
672,091 672,091 000000000000000000041a70963fde46fa80b6bec36712917ecb9c86c79c89d0 1.30 MB 2,105 106
672,090 672,090 0000000000000000000aa9298803c3684817a6c07ec6fe36c786eadf4aa385d4 1.20 MB 1,988 153
672,089 672,089 0000000000000000000bc749052a33d223a60bc5b1ae50bc5aeba6c5d70fa721 1.25 MB 2,108 106
672,088 672,088 00000000000000000003f5020bc6cb029d0d36e0c3e432bd25cb2aa5d86b6380 1.58 MB 1,508 53
672,087 672,087 00000000000000000002575660cac829ed86e86dcf4e9c0396cf778fb27f2d4e 1.55 MB 1,403 53
Previous 10 blocks ↓
Total Size: 647.34 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,479.17 GB sent, 45.01 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.