Memory Pool Memory Pool Refreshing

8,532 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,502 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (449,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,503 458,503 0000000000000000010823b1afe86763adee7dfd50ff71e12a8a840ded2c40af 1.00 MB 2,265 184
458,502 458,502 000000000000000001a31a04c0f9a6a552a8b495a4a15031c30073709a1d2e46 1.00 MB 2,860 238
458,501 458,501 000000000000000000072bfb7718780f32dd31768108f8d1abbab496803fd19d 1.00 MB 2,031 195
458,500 458,500 00000000000000000228612c83a0b4decb2b919fbecb9982c19496110f882fa6 0.93 MB 1,972 120
458,499 458,499 000000000000000001b8081a1da80e7cee77f98c188a62cf540add5faedb8235 1.00 MB 1,928 180
458,498 458,498 000000000000000001803d11daf72253153211fc57b3fc9a726e8a921e5c5da9 1.00 MB 1,799 152
458,497 458,497 000000000000000001ad5865848d0cae46600138114f3ec674b960c577bf2ac1 1.00 MB 1,664 213
458,496 458,496 000000000000000000887b1ea6aae8c381a6d1f5bcce57d391090c470ab25dcf 1.00 MB 1,953 132
458,495 458,495 000000000000000000d69195ed8228739cbc03bf93599514bff5a0ae603fb857 1.00 MB 1,971 169
458,494 458,494 0000000000000000019970142262167e4892f184adb00a30782432421cb3fc45 1.00 MB 2,106 162
458,493 458,493 000000000000000000573bc318379821693148ddf7ca88c416de6d4a905c1449 1.00 MB 2,463 218
458,492 458,492 000000000000000000c6a320901b6b20a4194fc10fbd9d358403a80fe11786c6 1.00 MB 881 61
458,491 458,491 00000000000000000058012cbd38eab8893ef9db901984f72c8d9f15355a13a8 1.00 MB 1,056 118
458,490 458,490 000000000000000000ed72fb765767a7822b6d129a4b9bf671784aaf6f4c40b3 1.00 MB 1,046 114
458,489 458,489 00000000000000000221186fd4427450aa590892e744e4f778292cb82f77c258 1.00 MB 1,033 59
458,488 458,488 0000000000000000007b51710a538e028c042733518d945a72d2407fdaa0b302 1.00 MB 1,929 113
458,487 458,487 00000000000000000074abd3181b2bb94d49a2fd7c350b335d9266b26ca7ead2 1.00 MB 2,089 197
458,486 458,486 0000000000000000005e965923a0d7166ee59d6f96257b4341c121624e6a06fa 1.00 MB 2,288 153
458,485 458,485 0000000000000000024db783548a2132f28baf943eff2595e063a42ea756f64c 0.75 MB 1,927 226
458,484 458,484 00000000000000000173a0e5adf8ae189c19259ddfa3a302bfc3982fb811f590 1.00 MB 1,571 144
458,483 458,483 0000000000000000010417bf9aa9fd8191d30824fb3f182c6bf3c00ce64fb038 1.00 MB 1,019 53
Previous 10 blocks ↓
Total Size: 769.03 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,625.17 GB sent, 93.02 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.