Memory Pool Memory Pool Refreshing

2,361 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,346 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (42,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,473 865,473 0000000000000000000159f19dd74cd1c029ee3b289f362c48bc3307e6069b58 1.47 MB 6,758 16
865,472 865,472 000000000000000000005a1109640950190b9e274d31957ed08453cb018b2c70 1.45 MB 7,109 12
865,471 865,471 000000000000000000011297ad16ad5b666fd6c89fa070a7bf96ef2805c6b0bc 1.48 MB 6,928 13
865,470 865,470 0000000000000000000288e5c523f278bfd187d7126cdb1561a79948780c0dc6 1.60 MB 5,741 9
865,469 865,469 000000000000000000007b96744f4e8ed555f9f2a6d0649c5406a860dd3c4082 1.55 MB 3,304 5
865,468 865,468 000000000000000000017de5361db1f89defc379d594ab9e5a67a121f50bca75 1.55 MB 3,970 10
865,467 865,467 0000000000000000000091f4f32be57129e2aa4ae964e9fba1064ff4f976e632 1.75 MB 3,953 10
865,466 865,466 0000000000000000000300111a69b3cd641893a2a0bc758ff10105d7f4c036a1 1.57 MB 5,898 11
865,465 865,465 000000000000000000020538e1296b7165d2d229b2836428ab66ee910bee998a 1.50 MB 5,667 14
865,464 865,464 00000000000000000001a18face0a92c0ecd04ebc76073eff4435346ef1c047f 1.52 MB 5,718 13
865,463 865,463 0000000000000000000053d767c53d6232fc976ca087b000d68e37e7c282fc95 1.56 MB 6,153 8
865,462 865,462 000000000000000000015adea255e1a9e80c684ac0e233b61ee66469c45fe555 1.58 MB 4,853 6
865,461 865,461 0000000000000000000155bab07d9971f42e458751c7ed1ca2944489d3e5d2f0 1.59 MB 5,446 8
865,460 865,460 00000000000000000001b8385965906a0ae59e3f8c83102e1fddd61b5c80facd 1.53 MB 5,901 11
865,459 865,459 00000000000000000001b6f80376b47e9faff974dff222fad88b2492740fefbf 1.54 MB 5,915 10
865,458 865,458 0000000000000000000177deb9e197fa5562081e6e766203f40b08690ae60296 1.55 MB 5,679 13
865,457 865,457 0000000000000000000081a6476c98b7bd3fc174237a244e80040a1bc582ded6 1.52 MB 6,059 11
865,456 865,456 0000000000000000000235ce9755db2f0e580e0ed884d8067e4f45f4d81ff546 1.55 MB 5,162 12
865,455 865,455 00000000000000000001a3c52a79a8ce920fcc118f0e9ed3244f6e4a033f38f3 1.55 MB 5,111 8
865,454 865,454 00000000000000000002c65859c0b70eba3d369a691d03ada33f25903144f149 1.56 MB 4,872 8
865,453 865,453 00000000000000000001ec750e702cd726d97015a72a44b3c7c535046a7a17e2 1.47 MB 5,597 10
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.