Memory Pool Memory Pool Refreshing

11,379 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (62,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,241 845,241 0000000000000000000193df5fa4595fe5b406c485eb6f5fe91f8b2afd936889 1.95 MB 4,778 11
845,240 845,240 000000000000000000022ce85cb5b7399247b615d556c1b3b10c312f6edc0f2e 1.81 MB 4,139 10
845,239 845,239 0000000000000000000283ac1c73b9ddbab2fcd2a8533a598808ab06de00385c 1.94 MB 3,813 9
845,238 845,238 000000000000000000016807745a247d2959bad14ac4290d4280e5d70c0e4477 1.56 MB 3,837 16
845,237 845,237 00000000000000000002691c0f3370cbdcd416eb25b63d720f89c8053af7d0a7 1.75 MB 4,125 11
845,236 845,236 00000000000000000000601a581f98f65924926f7e2bb7f49eba109cb075c481 1.97 MB 3,614 12
845,235 845,235 00000000000000000000b8fc739a744752626595a32c0dc6f7a7fce09237ffdc 1.60 MB 3,543 14
845,234 845,234 000000000000000000000a3d0e5162d46160787a73a0dacbcf19f933132d7842 1.83 MB 6,672 8
845,233 845,233 000000000000000000004b1311dcd66c0cb095a1d67f55203bbea939161ba6d7 1.86 MB 5,289 10
845,232 845,232 000000000000000000016a53707b8d632b8608d9bad98086d7f004f416e23ec2 1.84 MB 4,400 10
845,231 845,231 0000000000000000000167374350408d9c41f7dea8892b04471fb80f2c09bcdd 1.64 MB 3,998 16
845,230 845,230 00000000000000000001e5853868caf45c21c057e0b4df2b6e6bdc7e9787c337 2.07 MB 2,707 8
845,229 845,229 000000000000000000019628c07726676d45fb7520bf5cbe1749053768e3f954 1.67 MB 4,383 11
845,228 845,228 00000000000000000002e4b09ab3d59d7a170a50191e9c8b3d522398186a200f 1.53 MB 5,609 15
845,227 845,227 00000000000000000001b678531215d657097d2c9f35ec5f72984197c324570b 1.49 MB 5,752 14
845,226 845,226 00000000000000000001cd7dd632f3fcd8872af7cae8c6252af2e5107f827fc8 1.55 MB 5,107 16
845,225 845,225 0000000000000000000222ea957f3d30fdf857fc7a699f4695dcb8b98dc4734e 1.94 MB 2,936 11
845,224 845,224 000000000000000000000799b641078fc4d2d48e10b1a6fb7dfff81e2b8dbd0b 1.96 MB 5,949 8
845,223 845,223 0000000000000000000114515e1266a913eebe7554a0777e4d1b6eec483587bb 1.81 MB 6,171 8
845,222 845,222 00000000000000000000aeb329029ba743ff29246d28aeec2d2bcd06e1419f5e 2.06 MB 5,364 9
845,221 845,221 00000000000000000000cf8feb33eca7047414d8f37963db575e28ac7dce8b40 1.89 MB 4,462 11
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, 112 incoming
  • Data Transfer: 1,621.50 GB sent, 92.91 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.