Memory Pool Memory Pool Refreshing

9,517 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,566 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,656 (730,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,463 177,463 000000000000003f96b21377c3e0492b547516c0901ed91986261f26907f0ddc 0.00 MB 16 21
177,462 177,462 000000000000015fa506708c5f1e6e21db190ce1adbd52cb45ae5ee33561470e 0.00 MB 15 50
177,461 177,461 0000000000000afaaabf281298cf5b1710ccd026acdbc22e999b4df3a9bd53be 0.03 MB 55 118
177,460 177,460 00000000000009136c813e63c32ebb16538c19a498f42f08b1336327e9e71289 0.05 MB 95 117
177,459 177,459 0000000000000650f01df17634d05c1e726b071fd2c1369e03582c3585cecb9d 0.00 MB 16 52
177,458 177,458 00000000000002cb3aa9383578127ce51676692cdcb21fff9d6a3c58df6b89e0 0.01 MB 19 48
177,457 177,457 00000000000000fd73cb73a6c9a6a78c96dbb757bb144ef58de7ddfe1508059d 0.06 MB 157 193
177,456 177,456 000000000000075be85f2bbb922dee6e22547b2d0085effbb1a49eb56bf0fe60 0.00 MB 9 41
177,455 177,455 000000000000076f079b7504b655fb7d387dcf6b1280f84e032bee85c965693c 0.04 MB 86 73
177,454 177,454 0000000000000629132ce1c1b508b9e0dc35322b533b7b1f0ec2c75b497e2818 0.02 MB 47 116
177,453 177,453 000000000000059170f1aae7b74644776c307571e7a540eb3b4f6bf842b1b797 0.02 MB 54 134
177,452 177,452 000000000000057e340afc1b376fc2a1bc3363926529f362fa2c11a2e760af17 0.04 MB 65 417
177,451 177,451 0000000000000a1366614dafed78d707e7e07e394a67e07580769e8051c2ffd0 0.00 MB 8 435
177,450 177,450 000000000000097c6d43155303c47b671c3b831d7d7c070122c33c0946e72196 0.00 MB 6 70
177,449 177,449 000000000000014ab97eb58b5ce223c1255e3cb1d238e31b44d7881ac779d427 0.02 MB 52 92
177,448 177,448 000000000000011fdf08c7ea8a024ba54fbcee48984dea70ad170d3e9b01f745 0.04 MB 54 595
177,447 177,447 00000000000004af8e10defaee522215db0e34da70f514aa0046988ee6e2095f 0.02 MB 45 113
177,446 177,446 0000000000000a1618b612c96afd1b495bf86f9e9e03c30932b4a7d532377a41 0.02 MB 10 6
177,445 177,445 00000000000009f2106db267fcf3c9ca4f3b086344689a8fa9bb327c55b01a03 0.04 MB 144 62
177,444 177,444 000000000000087a6a91107e5883f65e0ede58c65bba8847ad251eb16513fbd3 0.06 MB 64 145
177,443 177,443 0000000000000252da7c88b67fcaf7939eb9e7ce83f1a0971fe8f15dac8ca0fb 0.05 MB 132 51
Previous 10 blocks ↓
Total Size: 768.90 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,600.62 GB sent, 92.29 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.