Memory Pool Memory Pool Refreshing

3,672 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,981 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (90,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,425 817,425 00000000000000000003f1d536589c594bd6d84e6c58cbe0d0cbde93d234cbab 1.70 MB 3,849 110
817,424 817,424 00000000000000000003822452e86b1ab181e475db5883a97c65cb4e37a97abf 1.80 MB 4,044 117
817,423 817,423 0000000000000000000318789d43b3fc5b88d54c651b2ff5bceefa77dfaa5d38 1.76 MB 4,032 113
817,422 817,422 00000000000000000004031fa33bebb9895ed6372e56e2f3d8ce2cc79f0479ca 1.91 MB 4,470 131
817,421 817,421 000000000000000000008784516625b38fe7f2d6d99cb2bc7528c093a4c15e0f 1.86 MB 4,145 180
817,420 817,420 00000000000000000000eedc7531806e9219463fc346a0ba1baac56dc7fc4e17 1.85 MB 4,414 123
817,419 817,419 00000000000000000001dda1aee25ee863423b3ff6f3176d1423391c83d9033b 1.84 MB 4,132 125
817,418 817,418 00000000000000000000b45c49fe04b98ad26e24c1a1a6c1ef046d943b2b4629 1.92 MB 4,561 121
817,417 817,417 00000000000000000000d1d5c2eb06a4c9ae0594499bf41c436b813871acc2f1 1.89 MB 4,168 134
817,416 817,416 000000000000000000030417f51b757eca792676f6b38e985cda0743d90de564 1.86 MB 4,068 159
817,415 817,415 00000000000000000002e2ed966058f973964a3fed2fba2be06b71a650fc25c0 1.74 MB 3,544 174
817,414 817,414 000000000000000000026c8405725254d36780419865c9f4052824204b7d7585 1.77 MB 4,019 88
817,413 817,413 00000000000000000002c48f1434236d85e02bd93bef3fcf2ea89bfb254b2be4 1.76 MB 4,470 77
817,412 817,412 000000000000000000032d4dbcb2f44183a2829508c4292c4f40306b6de40005 1.68 MB 3,442 67
817,411 817,411 00000000000000000000124059e007020035d8efec7dd8e7af62b40b68086c8a 1.62 MB 3,476 109
817,410 817,410 000000000000000000033594307c6f8324895227a4dc039491283155ae79a2c9 1.86 MB 5,161 101
817,409 817,409 000000000000000000005bdc4ea75b59e2b0c5f6d58d72ffc7a40ebaa596677f 1.56 MB 3,521 88
817,408 817,408 00000000000000000004565336208ab1730a1a6c133b4f18be9e5707aa6f8c00 1.71 MB 4,032 84
817,407 817,407 000000000000000000028c1d5c96e582605f258b4b604ca2f29714682178514f 1.75 MB 4,528 100
817,406 817,406 00000000000000000003c3825ee279d9d3ca9ea0238a5bddbb59d65a9ae21632 1.67 MB 3,826 129
817,405 817,405 00000000000000000003ba0e89aaf27454d4acf915394504eb8d3f837c81e513 1.62 MB 3,258 155
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.