Memory Pool Memory Pool Refreshing

12,289 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (585,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,205 322,205 0000000000000000002c43d70d18bb1bfa5d0cc4718675560e428a490af32a51 0.25 MB 327 25
322,204 322,204 00000000000000001aece617abaeaee0995b7e223f10aa4554fe40c066b612c9 0.30 MB 668 33
322,203 322,203 00000000000000000587059be405c4e628c51f28d35bd125c25bba36c661b901 0.64 MB 776 24
322,202 322,202 0000000000000000218043d48ad937e584d0b3edef41cbee85a0ca8ac3d55ed4 0.75 MB 1,536 35
322,201 322,201 0000000000000000104ca4c94c6771f316da2951de9b92d896e042312d9e301b 0.29 MB 481 26
322,200 322,200 000000000000000004f1c7692ea84aafd74afbaf7308f242344f0d1e1af007b6 0.62 MB 1,133 28
322,199 322,199 0000000000000000226d0c79f2aabd63df479b0b4bfe31316540db008ebf21a9 0.02 MB 64 51
322,198 322,198 00000000000000001bf3cbef9f03c57ccc7de227163b577bee9875e38e214702 0.12 MB 178 29
322,197 322,197 00000000000000000e67f3f1c5f40d5a911f3234775400dce8bfb01995688ce2 0.10 MB 137 25
322,196 322,196 000000000000000018293622e02c52d013c496143bb26e4f11a4f349ebccd0e8 0.06 MB 127 30
322,195 322,195 000000000000000002eadf9fa8b2090ba0ac6315c93d274729ef2ec8dd43ac02 0.55 MB 852 25
322,194 322,194 000000000000000014d77dc4716d432338c691f376b9ddeb025185ed7cabbb36 0.05 MB 128 39
322,193 322,193 0000000000000000062f84469fe54c101a31e6b7d288c64b9d558e9a2bf95460 0.16 MB 316 26
322,192 322,192 00000000000000000c63abe0cf3fa09d20022e18bc529970551987c2cc1c96ba 0.10 MB 77 11
322,191 322,191 00000000000000001c6accc9fdb93b9189cc1ecfaac63361a1ac4e939281e33a 0.47 MB 778 23
322,190 322,190 00000000000000001d865210dcc3f71ca516c868457b302d3db1b5b2721e310d 0.41 MB 176 11
322,189 322,189 00000000000000000e42fb80393b1999b7d79cde050c811285c438d80187f7eb 0.90 MB 1,461 25
322,188 322,188 000000000000000020c30768b343b8516f8ab6d7e3360b7f5088daa68c607ccb 0.35 MB 721 28
322,187 322,187 00000000000000001563e87dfb0e346aed8fa7934ec477b6c112409aeb78fc07 0.43 MB 348 12
322,186 322,186 00000000000000002155593551bf6f75212537fce7d71f7ee86e8a4ca994a3db 0.93 MB 2,243 37
322,185 322,185 0000000000000000198f6c903997ab0b04b484f24aa04bc0c15379deeab8e824 0.12 MB 94 10
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.