Memory Pool Memory Pool Refreshing

459 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 433 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (292,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,430 615,430 00000000000000000005cadf179a32ff63a1b1e2a04a9f6d8efbf18aab2263da 0.12 MB 350 5
615,429 615,429 00000000000000000007bf03774be7858f1b398056d7d2962a6ed0d91b1eb8cf 1.30 MB 2,705 9
615,428 615,428 00000000000000000000eb7c267f73623b13f962e93f06fdca3635d589eecdab 1.33 MB 3,001 25
615,427 615,427 00000000000000000000f030fd87442dd14defd59bc0cff843156b4c4b8ffd45 1.01 MB 2,420 14
615,426 615,426 000000000000000000105f127946832037b9dbdb12f950894566e6c14bbf322d 1.25 MB 3,164 10
615,425 615,425 0000000000000000000a24d6543da4841ab809f7d51f37daa2a09e124ea99e34 1.30 MB 3,219 13
615,424 615,424 000000000000000000001650c5b22d5d49a67e66f80ce63bb7b3c559b9eff0a2 1.40 MB 3,279 25
615,423 615,423 0000000000000000000d3ed9ca5a15d7151d93ff1b48b73f33cb01aa0e4e5f39 1.04 MB 2,495 14
615,422 615,422 0000000000000000000ab85ee830a74aa5d6220437afa46942a0e80a765857fa 1.28 MB 3,170 14
615,421 615,421 00000000000000000000c27350b4174dd25a64988d41588426c08b0219f442ed 1.35 MB 1,819 3
615,420 615,420 000000000000000000068c7444c8a618f061941b4c823589375806c22c0e1438 1.23 MB 2,781 6
615,419 615,419 0000000000000000000a4d98c9c2e26648608b5706d513167a9182a9fb80120c 1.46 MB 3,105 25
615,418 615,418 000000000000000000072300dbf192b82a927912d3833433e3069f947bf5f08c 1.29 MB 2,704 12
615,417 615,417 00000000000000000002bb6d69fad4ad01d013e15493b6aa141e95b266a312d8 1.27 MB 2,306 18
615,416 615,416 0000000000000000000f290a21ce12deb8a44f8182f58e9f8be732cbbfe3d43e 1.37 MB 2,955 16
615,415 615,415 00000000000000000002634832aafb8ef5800f0887afa560bddf72ce9e33a54f 1.25 MB 1,278 4
615,414 615,414 000000000000000000100de117f5def1fed879a20cb3525d7a51aa8f43b1205b 1.28 MB 2,630 10
615,413 615,413 0000000000000000000473b559d6420c0f007533b5decae7ccafcee9c5a599e4 1.12 MB 2,158 9
615,412 615,412 0000000000000000000a770a059875fcb879bdb674ba961a610068237304d0be 1.19 MB 1,986 10
615,411 615,411 0000000000000000000349d4bb39bd77aa1fef844e11156564e32d46c6397cff 1.46 MB 2,610 19
615,410 615,410 000000000000000000070c8642219484a6dd9c6249ae735828a324d20b9ad8d2 1.30 MB 2,873 20
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.