Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (117,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
790,375 790,375 000000000000000000028284df6c4a8dc02f9d313c3a0f4d56fe51d8a943f89e 1.59 MB 2,815 92
790,374 790,374 000000000000000000006c52a4ef5a3aee94d24888a752b316ed4e4cbdbabb49 1.47 MB 2,393 76
790,373 790,373 0000000000000000000295c85355cd1bb6e3e7762e650f0447fe9463ad68ffa7 1.49 MB 2,804 121
790,372 790,372 00000000000000000003ac3c8d33973bd1036b8257980b14f5a53fb6dcc45e98 1.64 MB 3,342 63
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.