Memory Pool Memory Pool Refreshing

9,042 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (684,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,522 223,522 0000000000000381dc9882c9e4ee98c9158efe44f2ba24dc25e90709daccd351 0.21 MB 480 203
223,521 223,521 00000000000002901b7e9e60bf00b9321edb43dab58ae9df9254109b9b216f41 0.01 MB 18 47
223,520 223,520 00000000000000006e96146ccc2ccfe504b057cd2cfec04e507832fe470e6f12 0.17 MB 337 195
223,519 223,519 00000000000002a15e5218063df93501323c7db64623c4cadb01923be631bbc8 0.30 MB 407 48
223,518 223,518 00000000000000d65aed0018084b5f0911737fc4a7834b84c5b3b654380e8066 0.02 MB 61 182
223,517 223,517 00000000000003c3ca46bef68c89a530cf646f892b48bfdc39a7fe60b8fbddca 0.13 MB 290 176
223,516 223,516 000000000000012c4d04681a2416968351e1effd39f25566927138f8e9e74cad 0.13 MB 267 190
223,515 223,515 000000000000044fcadf946786a3fbcd41fca4a1fb751e0b0b418bafe0217ba4 0.18 MB 431 179
223,514 223,514 00000000000002e9047a252c9229223f49ce26d21d4d91e57041cf9da0f3283f 0.06 MB 170 196
223,513 223,513 000000000000017cdce1dfec65e42b2058ee21cc32f7950270d4b7291c580ab0 0.25 MB 475 160
223,512 223,512 000000000000048c31748a64ef0697b12ef3c5a2bc470be9201d929232e98c91 0.25 MB 594 159
223,511 223,511 00000000000000c9c2907cff757d214b5aca156149264b9b9900cbc8d406b10e 0.29 MB 606 227
223,510 223,510 000000000000043b189ad339eb766ffdca2232b856863e7facda58b56be2ad20 0.33 MB 519 123
223,509 223,509 000000000000038d8485a7b504a53064da29dc8af80c1f767a9916fc3b64287f 0.25 MB 595 221
223,508 223,508 00000000000002c3d5083d736011f3e3c7fd163ebbb035adf7f42d81677e8f4f 0.05 MB 101 86
223,507 223,507 00000000000003cdc3882b8211aab0e2afeeac99412b8b1459878b00279e5959 0.21 MB 531 223
223,506 223,506 00000000000003624af7e524a5789c5444d1449e189196fd0ec931e23183022c 0.05 MB 112 105
223,505 223,505 000000000000022576fcb15c929380ff210d03820c7865434ea0c758b338015a 0.06 MB 121 118
223,504 223,504 000000000000036aefdb66e8ad7f3f0eb1a4f3111cd534bd83a4ece88a053f74 0.15 MB 251 161
223,503 223,503 0000000000000403b4a75ba2731aa40b0ca905430cad82a36de52c183747ed7c 0.25 MB 541 194
223,502 223,502 000000000000040c90fb2b82035d33fefb4bb437486bfa374da9e5b702dde77c 0.25 MB 608 240
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.