Memory Pool Memory Pool Refreshing

5,429 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (117,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,396 790,396 000000000000000000054a52def649d69cccf2b0cc6c31a1c336289dce29d893 1.75 MB 4,170 36
790,395 790,395 0000000000000000000481a20c90090f35f5efb9c7633d275ec9bd4a1cc519f7 1.67 MB 3,875 62
790,394 790,394 000000000000000000057247c65f0717c575bba4d0fe290a3c65f7bb676e275d 1.98 MB 2,418 34
790,393 790,393 000000000000000000012bc5713817c4e19e642ad48861cfbaadb14483e29364 1.88 MB 2,298 31
790,392 790,392 00000000000000000004800b88374a28ec5fb4d90ac052caa110d22a44460bf9 1.70 MB 3,909 64
790,391 790,391 0000000000000000000402c3076ba9ab355a32e90aea389d119a805be70b4941 1.73 MB 3,323 47
790,390 790,390 00000000000000000005a8cb47d3c862359ea794dd5904c40199f6757ccf27e5 1.52 MB 2,929 71
790,389 790,389 000000000000000000013e42b7a6d845ef69edafda927cba085c7dc8eebe2395 1.37 MB 2,502 113
790,388 790,388 00000000000000000004840a33a52c6b7251bc7530c1c8d36f275bfd6fbf06e8 1.92 MB 3,282 39
790,387 790,387 00000000000000000002008785ffda03c90d1a8010b3ed50e6e89cd8bc2fb713 1.86 MB 4,098 44
790,386 790,386 00000000000000000004ad365458c9504c37e673ff2be0709d842a11c81a05f7 1.61 MB 3,510 78
790,385 790,385 00000000000000000004f8c53c335e65fba6c4b019c1fb8a3fc188fdabd39133 1.53 MB 3,030 97
790,384 790,384 000000000000000000007ff1e1dc8cee86d23f85be7f12bcc91ae440a4f1b5bc 1.58 MB 3,430 88
790,383 790,383 00000000000000000005acf06f047ac18f351efd5f3ff7a9acfb212e82a07751 1.86 MB 3,550 48
790,382 790,382 0000000000000000000288cd6d8cc2cfd8fcccaaaae12b8b799dde17df32449d 1.46 MB 2,560 83
790,381 790,381 00000000000000000000b68b13b188b14f9439f354a50868d56c4c139fb43ce0 1.46 MB 2,773 86
790,380 790,380 000000000000000000010f9ad45762beb64a407c0e668e724ee13474afa7efd1 1.44 MB 2,724 116
790,379 790,379 00000000000000000001583d6af82ebe20f407f98dee283d8df5c846074c361c 1.81 MB 2,229 46
790,378 790,378 0000000000000000000587bb2011e00edc071d5ddedb669dbba797238d3caf5d 1.79 MB 3,301 58
790,377 790,377 00000000000000000003025d5db1224a2a0ce54128232544bedb0d55ba636386 1.89 MB 3,230 52
790,376 790,376 000000000000000000007069e5b2d84598c731e6d6f4098c73cc2161c5f03f63 1.85 MB 1,651 59
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.