Memory Pool Memory Pool Refreshing

3,915 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (117,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,490 790,490 00000000000000000002fd79549208e379fa5e2451533519bac000fe433f464c 1.69 MB 2,137 46
790,489 790,489 0000000000000000000344f1118a25cec4e6007e5785264c783ec6184ca0ec1a 1.66 MB 2,937 49
790,488 790,488 00000000000000000004b2d6410dce5b9abb465cb9d0d18d4b25aaea7af7186f 1.62 MB 3,195 82
790,487 790,487 00000000000000000004da8e808d2efd3856ce2a4d89a49aad0be7fdc5baf12b 1.25 MB 1,356 82
790,486 790,486 00000000000000000002f7acb9acd91356789ab0758d94186847352453400d8e 1.51 MB 3,480 110
790,485 790,485 0000000000000000000358fcb275a797a797607bb04b83855bf7d43efec44d56 1.56 MB 2,702 124
790,484 790,484 000000000000000000049ac08a9bb4c6ab499f0d191d184ceda6450a51a65645 1.74 MB 2,681 41
790,483 790,483 00000000000000000002fc017540a4efceeb829a3c00f03aa3c6d3f1591cf403 1.82 MB 4,103 48
790,482 790,482 00000000000000000000525f757ad0bb6792a8ce5c5fd0074abfcb29f98ccb8a 1.94 MB 3,571 41
790,481 790,481 00000000000000000003851587edf6652c17702b10f4cf0ad89a1c00c984a543 1.93 MB 3,810 36
790,480 790,480 000000000000000000037978d4a7979ddb50b730286312505caf0066b95abe74 1.72 MB 3,998 66
790,479 790,479 0000000000000000000372da67197cdb8058241bb89c68cc152853a043a456d9 2.05 MB 3,409 43
790,478 790,478 00000000000000000004193d92251d9528ff86b47441041ee1e16baba2055333 1.76 MB 3,558 46
790,477 790,477 00000000000000000001e0d144f69afe478baadfea1c03e2d34c10def6f5b9bd 1.60 MB 3,796 88
790,476 790,476 00000000000000000004b5bc59ca44da366edcd30f13f5ab94a0a5d8f220eb8c 1.63 MB 3,889 74
790,475 790,475 0000000000000000000293acdad5add190ac95c0c2f579567f676adc7cdc8ae3 1.67 MB 3,573 87
790,474 790,474 0000000000000000000175ce322a3933e9b8e0d6c373c9e6ccde07303ec6e80f 1.79 MB 3,577 60
790,473 790,473 000000000000000000012f3ed0b38bb89e48c67215f5428e711aa022c4b58c0f 1.59 MB 3,395 76
790,472 790,472 00000000000000000001b77d601213cb53e97700416cf328fd034be177767ab2 1.65 MB 3,815 63
790,471 790,471 00000000000000000004fe0e34bb26349dfaaa851d39c02dadb432408e24fd4e 1.33 MB 1,995 102
790,470 790,470 00000000000000000004fad54cdce4173dd9708433b24e7478626ffec0b9f75e 1.55 MB 3,363 116
Previous 10 blocks ↓
Total Size: 769.39 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,644.45 GB sent, 94.93 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.