Memory Pool Memory Pool Refreshing

1,370 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (806,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,383 101,383 000000000001af48145faabdb39e2fdb61ff78dea1a47ec49fa8feec77d41d64 0.00 MB 12 0
101,382 101,382 000000000001dfa6b64ceed4a087cefa67f666a78c7044669102e713e12d67f0 0.00 MB 14 0
101,381 101,381 000000000001871fe7086f09832065d403be5e21f7d52297534ab734409ddbc4 0.00 MB 2 0
101,380 101,380 00000000000183d146ca3175757068243521a79ceda1d0d4f33cf9b9e3620373 0.00 MB 9 261
101,379 101,379 000000000001bf2cc7f34b083fd0548687cdcb7316bc41ba7e3f07600102a1a1 0.00 MB 1 0
101,378 101,378 00000000000228ea355b981bd9237c717c8a8bb52157ca0afb3f4330dc9265dd 0.00 MB 1 0
101,377 101,377 000000000001535466772081b18576d83384440acfe8348c72b9a314e145f1bb 0.00 MB 1 0
101,376 101,376 000000000000ace3d940770f0e5d8cc38e23ae24e54c2798f48a273e7bac44b9 0.00 MB 1 0
101,375 101,375 0000000000022281fbc305e247e9ec395ff097055c9352ae96c15b9524774434 0.00 MB 1 0
101,374 101,374 000000000000381425144352c8a1b83d1bfbd47117b2825d0e6ac84fd2e17281 0.00 MB 1 0
101,373 101,373 000000000002cbbfdfcf9128d2b2ce6b1fee5fa21ad4f6b333a97a60c5452755 0.00 MB 1 0
101,372 101,372 0000000000039b973c85e3f582d607215748a1073fd882bac855fed275a31939 0.00 MB 4 0
101,371 101,371 000000000003cf33f2e70c13d1e9650a45e1117f579df8ec1fb4b57970995bdf 0.00 MB 1 0
101,370 101,370 0000000000029a8d6ca2e42d63aff22aacdea0820c6e666212998c5343609ffe 0.00 MB 1 0
101,369 101,369 000000000002813dd7a4811cdc51fd652a2f43ddd668c023c220e0f3158e98ec 0.00 MB 2 0
101,368 101,368 000000000002da7a3c94be3c95fd4410f4bd4391bf0ce8caf628e720bdd06773 0.00 MB 1 0
101,367 101,367 00000000000341c3803cc6c83a94053824359e1c13697d1adc6d2c9c8f1318be 0.00 MB 3 0
101,366 101,366 000000000003fc36b01cf907ce2536ee827e982f43748f77e35a0b7e0df05b3f 0.00 MB 1 0
101,365 101,365 000000000000f5351bd106930b96fe8d3cbcde69dfa7606718cdb055945eaec4 0.00 MB 1 0
101,364 101,364 000000000002808da3112d6d93688f25d2cec20446df2542fdf718da9447887b 0.00 MB 3 0
101,363 101,363 000000000000955e8ea46c9921e1359d71839ab2bbd542f80826acd305e9a523 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,696.84 GB sent, 98.58 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.